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

(-)/usr/ports/multimedia/ffmpeg/Makefile (+9 lines)
Lines 43-48 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
		VDPAU	"NVidia vdpau support" off \
46
		VORBIS	"Vorbis encoder via libvorbis (implies OGG)" on \
47
		VORBIS	"Vorbis encoder via libvorbis (implies OGG)" on \
47
		VP8	"VP8 codec via libvpx" on \
48
		VP8	"VP8 codec via libvpx" on \
48
		X264	"H.264 encoder" on \
49
		X264	"H.264 encoder" on \
Lines 271-276 Link Here
271
CONFIGURE_ARGS+=	--disable-libtheora
272
CONFIGURE_ARGS+=	--disable-libtheora
272
.endif
273
.endif
273
274
275
# vdpau
276
.ifndef(WITHOUT_VDPAU)
277
LIB_DEPENDS+=	vdpau.1:${PORTSDIR}/multimedia/libvdpau
278
CONFIGURE_ARGS+=	--enable-vdpau
279
.else
280
CONFIGURE_ARGS+=	--disable-vdpau
281
.endif
282
274
# vorbis
283
# vorbis
275
.ifndef(WITHOUT_VORBIS)
284
.ifndef(WITHOUT_VORBIS)
276
LIB_DEPENDS+=	vorbisenc.2:${PORTSDIR}/audio/libvorbis
285
LIB_DEPENDS+=	vorbisenc.2:${PORTSDIR}/audio/libvorbis

Return to bug 153491