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

(-)multimedia/ffmpeg/Makefile (-1 / +10 lines)
Lines 34-40 Link Here
34
		THEORA	"libtheora support (implies OGG)" on \
34
		THEORA	"libtheora support (implies OGG)" on \
35
		VORBIS	"libvorbisenc support (implies OGG)" on \
35
		VORBIS	"libvorbisenc support (implies OGG)" on \
36
		X264	"X.264 codec" on \
36
		X264	"X.264 codec" on \
37
		XVID	"XVID codec" off
37
		XVID	"XVID codec" off \
38
		SCHROEDINGER "Schroedinger dirac codec" off
38
39
39
COMPAT_HEADERS=	libavcodec/avcodec.h \
40
COMPAT_HEADERS=	libavcodec/avcodec.h \
40
	libavcodec/opt.h \
41
	libavcodec/opt.h \
Lines 228-233 Link Here
228
CONFIGURE_ARGS+=	--disable-libxvid
229
CONFIGURE_ARGS+=	--disable-libxvid
229
.endif
230
.endif
230
231
232
## schroedinger
233
.ifdef(WITH_SCHROEDINGER)
234
LIB_DEPENDS+=		schroedinger-1.0.1:${PORTSDIR}/multimedia/schroedinger
235
CONFIGURE_ARGS+=	--enable-libschroedinger
236
.else
237
CONFIGURE_ARGS+=	--disable-libschroedinger
238
.endif
239
231
pre-configure:
240
pre-configure:
232
.if defined(WITHOUT_OGG) && (!defined(WITHOUT_VORBIS) || !defined(WITHOUT_THEORA))
241
.if defined(WITHOUT_OGG) && (!defined(WITHOUT_VORBIS) || !defined(WITHOUT_THEORA))
233
	@${ECHO_MSG}	WITH_VORBIS or WITH_THEORA defined, libogg will be built
242
	@${ECHO_MSG}	WITH_VORBIS or WITH_THEORA defined, libogg will be built

Return to bug 128086