View | Details | Raw Unified | Return to bug 278806
Collapse All | Expand All

(-)b/multimedia/mpv/Makefile (-1 / +3 lines)
Lines 29-35 MESON_ARGS= --auto-features=auto \ Link Here
29
		-Dshaderc=disabled \
29
		-Dshaderc=disabled \
30
		-Dlibmpv=true
30
		-Dlibmpv=true
31
31
32
OPTIONS_DEFINE=		ARCHIVE DOCS LCMS2 MANPAGES MUJS RUBBERBAND UCHARDET EXAMPLES ZIMG
32
OPTIONS_DEFINE=		ARCHIVE DOCS EXAMPLES LCMS2 MANPAGES MUJS RUBBERBAND \
33
			UCHARDET YTDLP ZIMG
33
OPTIONS_DEFAULT=	ARCHIVE DVDNAV LCMS2 LUAJIT MANPAGES NVDEC OPENGL UCHARDET \
34
OPTIONS_DEFAULT=	ARCHIVE DVDNAV LCMS2 LUAJIT MANPAGES NVDEC OPENGL UCHARDET \
34
			V4L VAAPI VDPAU VULKAN WAYLAND X11 YTDLP
35
			V4L VAAPI VDPAU VULKAN WAYLAND X11 YTDLP
35
OPTIONS_GROUP=		IN VO AO
36
OPTIONS_GROUP=		IN VO AO
Lines 50-55 SIXEL_DESC= Sixel graphics support Link Here
50
UCHARDET_DESC=		Guess subtitle encoding via uchardet
51
UCHARDET_DESC=		Guess subtitle encoding via uchardet
51
VAPOURSYNTH_DESC=	VapourSynth filter bridge
52
VAPOURSYNTH_DESC=	VapourSynth filter bridge
52
VULKAN_DESC=		Vulkan output support
53
VULKAN_DESC=		Vulkan output support
54
YTDLP_DESC=		Support ytdl protocol (installs yt-dlp)
53
ZIMG_DESC=		High quality software scaling via "z" library
55
ZIMG_DESC=		High quality software scaling via "z" library
54
IN_DESC=		Input
56
IN_DESC=		Input
55
VO_DESC=		Video Output
57
VO_DESC=		Video Output

Return to bug 278806