aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-09 08:46:13 +0800
committermarcus <marcus@FreeBSD.org>2003-11-09 08:46:13 +0800
commit2b3686ae50967522148d48ff2f57a97ac8435bb2 (patch)
treeca827ccb602850c2d7338e76ac71a2228284fbaa /multimedia
parent5b62d474422134252a4814848f9dacb53e478030 (diff)
downloadfreebsd-ports-gnome-2b3686ae50967522148d48ff2f57a97ac8435bb2.tar.gz
freebsd-ports-gnome-2b3686ae50967522148d48ff2f57a97ac8435bb2.tar.zst
freebsd-ports-gnome-2b3686ae50967522148d48ff2f57a97ac8435bb2.zip
Add WITH_SWFDEC option to the pre-everything target.
Submitted by: bland Approved by: maintainer (implicit)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile4
-rw-r--r--multimedia/gstreamer-plugins80/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index b225e354b95c..80d6fa5be693 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/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'
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'