From a850e6408478ac23aedaad4703995014b4694268 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 9 Nov 2003 00:46:13 +0000 Subject: Add WITH_SWFDEC option to the pre-everything target. Submitted by: bland Approved by: maintainer (implicit) --- multimedia/gstreamer-plugins80/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'multimedia/gstreamer-plugins80') diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index b225e354b95c..80d6fa5be693 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -742,6 +742,10 @@ pre-everything:: @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_SDL to enable SDL Video plugin' .endif +.ifndef(WITH_SWFDEC) + @${ECHO_MSG} '===>' + @${ECHO_MSG} '===> Define WITH_SWFDEC to enable Flash Video plugin' +.endif .ifndef(WITH_VORBIS) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_VORBIS to enable vorbis Audio plugin' -- cgit v1.2.3