From 4696e075f6461d467340c78ecd7033301cac1dd7 Mon Sep 17 00:00:00 2001 From: Phil Edworthy Date: Tue, 16 Nov 2010 13:28:09 +0000 Subject: gst-plugins-good: Add option for v4l2 Signed-off-by: Phil Edworthy Signed-off-by: Peter Korsgaard --- package/multimedia/gst-plugins-good/Config.in | 3 +++ package/multimedia/gst-plugins-good/gst-plugins-good.mk | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package/multimedia/gst-plugins-good/Config.in b/package/multimedia/gst-plugins-good/Config.in index 3b37b5e78..dd293e9c1 100644 --- a/package/multimedia/gst-plugins-good/Config.in +++ b/package/multimedia/gst-plugins-good/Config.in @@ -159,6 +159,9 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_WAVPARSE config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_Y4M bool "y4m" +config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_V4L2 + bool "v4l2" + comment "plugins with external dependencies" config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ANNODEX diff --git a/package/multimedia/gst-plugins-good/gst-plugins-good.mk b/package/multimedia/gst-plugins-good/gst-plugins-good.mk index c44bdff50..62d9d4701 100644 --- a/package/multimedia/gst-plugins-good/gst-plugins-good.mk +++ b/package/multimedia/gst-plugins-good/gst-plugins-good.mk @@ -15,7 +15,6 @@ GST_PLUGINS_GOOD_CONF_OPT = \ --disable-sunaudio \ --disable-osx_audio \ --disable-osx_video \ - --disable-gst_v4l2 \ --disable-x \ --disable-xshm \ --disable-xvideo \ @@ -290,6 +289,12 @@ else GST_PLUGINS_GOOD_CONF_OPT += --disable-y4m endif +ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_V4L2),y) +GST_PLUGINS_GOOD_CONF_OPT += --enable-gst_v4l2 +else +GST_PLUGINS_GOOD_CONF_OPT += --disable-gst_v4l2 +endif + ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ANNODEX),y) GST_PLUGINS_GOOD_CONF_OPT += --enable-annodex GST_PLUGINS_GOOD_DEPENDENCIES += libxml2 -- cgit v1.2.3