summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-good.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-31 08:22:44 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-31 08:22:44 +0000
commitcedf192080a424bd9e02dce8a0aba1a9b06c092c (patch)
tree0460ded4c1eb6cc0282f7303758dd2f0cbaabaa4 /rules/gst-plugins-good.make
parent743ed3cad3d2def16be9f0920b3d46e285789ecb (diff)
downloadptxdist-cedf192080a424bd9e02dce8a0aba1a9b06c092c.tar.gz
ptxdist-cedf192080a424bd9e02dce8a0aba1a9b06c092c.tar.xz
[gst-plugins-good] proper enable and disable v4l2 plugin
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10187 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gst-plugins-good.make')
-rw-r--r--rules/gst-plugins-good.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/gst-plugins-good.make b/rules/gst-plugins-good.make
index 42e234571..8a70af656 100644
--- a/rules/gst-plugins-good.make
+++ b/rules/gst-plugins-good.make
@@ -303,10 +303,10 @@ else
GST_PLUGINS_GOOD_AUTOCONF += --disable-osx_video
endif
ifdef PTXCONF_GST_PLUGINS_GOOD__V4L2
-GST_PLUGINS_GOOD_AUTOCONF += --enable-v4l2
+GST_PLUGINS_GOOD_AUTOCONF += --enable-gst_v4l2
GST_PLUGINS_GOOD_INSTALL += /usr/lib/gstreamer-0.10/libgstvideo4linux2.so
else
-GST_PLUGINS_GOOD_AUTOCONF += --disable-v4l2
+GST_PLUGINS_GOOD_AUTOCONF += --disable-gst_v4l2
endif
ifdef PTXCONF_GST_PLUGINS_GOOD__X
GST_PLUGINS_GOOD_AUTOCONF += --enable-x