summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/gst-plugins-good.in4
-rw-r--r--rules/gst-plugins-good.make2
2 files changed, 3 insertions, 3 deletions
diff --git a/rules/gst-plugins-good.in b/rules/gst-plugins-good.in
index 9e0b98bc7..79298878e 100644
--- a/rules/gst-plugins-good.in
+++ b/rules/gst-plugins-good.in
@@ -237,9 +237,9 @@ if GST_PLUGINS_GOOD
depends on GST_PLUGINS_GOOD_BROKEN
prompt "osx_video"
- config GST_PLUGINS_GOOD_V4L2
+ config GST_PLUGINS_GOOD_GST_V4L2
bool
- prompt "v4l2"
+ prompt "gst_v4l2"
config GST_PLUGINS_GOOD_X
bool
diff --git a/rules/gst-plugins-good.make b/rules/gst-plugins-good.make
index 02c90f7bf..508258afd 100644
--- a/rules/gst-plugins-good.make
+++ b/rules/gst-plugins-good.make
@@ -79,7 +79,7 @@ GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_OSS) += oss
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_SUNAUDIO) += sunaudio
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_OSX_AUDIO) += osx_audio
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_OSX_VIDEO) += osx_video
-GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_V4L2) += gst_v4l2
+GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_GST_V4L2) += gst_v4l2
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_X) += x
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_XSHM) += xshm
GST_PLUGINS_GOOD_ENABLE-$(PTXCONF_GST_PLUGINS_GOOD_XVIDEO) += xvideo