summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-09 00:46:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-09 00:46:13 +0000
commita850e6408478ac23aedaad4703995014b4694268 (patch)
tree608b386b8ec167596d0eee3ab6dfb36009e76976 /multimedia/gstreamer-plugins
parent* Add support for the arabic category [1] (diff)
Add WITH_SWFDEC option to the pre-everything target.
Submitted by: bland Approved by: maintainer (implicit)
Notes
Notes: svn path=/head/; revision=93476
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/Makefile4
1 files changed, 4 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'