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

(-)multimedia/ffmpeg/Makefile (+9 lines)
Lines 43-48 OPTIONS= ALSA "Enable alsa input/output Link Here
43
		SPEEX	"Speex audio decoder" off \
43
		SPEEX	"Speex audio decoder" off \
44
		SSSE3	"Enable ssse3 support" on \
44
		SSSE3	"Enable ssse3 support" on \
45
		THEORA	"Theora encoder (implies OGG)" on \
45
		THEORA	"Theora encoder (implies OGG)" on \
46
		VAAPI	"VAAPI decoder support" off \
46
		VDPAU	"Nvidia vdpau support" off \
47
		VDPAU	"Nvidia vdpau support" off \
47
		VORBIS	"Vorbis encoder via libvorbis (implies OGG)" on \
48
		VORBIS	"Vorbis encoder via libvorbis (implies OGG)" on \
48
		VP8	"VP8 codec via libvpx" on \
49
		VP8	"VP8 codec via libvpx" on \
Lines 272-277 CONFIGURE_ARGS+= --enable-libtheora Link Here
272
CONFIGURE_ARGS+=	--disable-libtheora
273
CONFIGURE_ARGS+=	--disable-libtheora
273
.endif
274
.endif
274
275
276
# vaapi
277
.ifndef(WITHOUT_VAAPI)
278
LIB_DEPENDS+=	va.1:${PORTSDIR}/multimedia/libva
279
CONFIGURE_ARGS+=	--enable-vaapi
280
.else
281
CONFIGURE_ARGS+=	--disable-vaapi
282
.endif
283
275
# vdpau
284
# vdpau
276
.ifndef(WITHOUT_VDPAU)
285
.ifndef(WITHOUT_VDPAU)
277
LIB_DEPENDS+=	vdpau.1:${PORTSDIR}/multimedia/libvdpau
286
LIB_DEPENDS+=	vdpau.1:${PORTSDIR}/multimedia/libvdpau

Return to bug 153727