diff options
Diffstat (limited to 'multimedia/gstreamer-plugins-core/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile index c02906679221..84861f3d1f46 100644 --- a/multimedia/gstreamer-plugins-core/Makefile +++ b/multimedia/gstreamer-plugins-core/Makefile @@ -23,13 +23,26 @@ GST_DIR= lib/gstreamer-${PORTVERSION} PLIST_FILES= ${GST_DIR}/.gstreamer-plugins-core.keep # Audio plugins -USE_GSTREAMER+= a52dec mad vorbis +USE_GSTREAMER+= mad vorbis # Graphics plugins USE_GSTREAMER+= libpng # Multimedia plugins -USE_GSTREAMER+= ffmpeg dts dvd xvid +USE_GSTREAMER+= ffmpeg xvid + +.if !defined(WITHOUT_DVD) +# Audio plugins +USE_GSTREAMER+= a52dec + +# Multimedia plugins +USE_GSTREAMER+= dts dvd +.endif + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} " Disable DVD plugins by defining WITHOUT_DVD" + @${ECHO_MSG} "" do-install: if [ ! -d ${PREFIX}/${GST_DIR} ]; then \ |