aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-11-18 18:47:34 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-11-18 18:47:34 +0000
commita4c83232465ce31cf6a51971471e5b95c49af801 (patch)
tree1cc74b33659bbf21c498b8f031f1f4767b161e7f /multimedia/gstreamer-plugins
parentcd29200671ea28b8870cb33126f934365db61993 (diff)
downloadports-a4c83232465ce31cf6a51971471e5b95c49af801.tar.gz
ports-a4c83232465ce31cf6a51971471e5b95c49af801.zip
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common5
1 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index 0e8d97052438..daa8480158f1 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -63,6 +63,11 @@ UGLY_GST_ALL_PLUGINS+= \
mpeg2dec \
sidplay
+.for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} ${UGLY_GST_ALL_PLUGINS}
+gst_${i}_GCONF_SCHEMAS?= # Empty
+gst_${i}_USE_SDL?= # Empty
+.endfor
+
CONFIG_GST_PLUGINS= gnome_vfs
GST_ALL_PLUGINS= ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} \
${GOOD_GST_ALL_PLUGINS} ${UGLY_ALL_PLUGINS} \