* [Buildroot] [PATCH] gst-plugins-good: Add option for v4l2
@ 2010-11-10 12:41 Phil Edworthy
0 siblings, 0 replies; 4+ messages in thread
From: Phil Edworthy @ 2010-11-10 12:41 UTC (permalink / raw)
To: buildroot
---
package/multimedia/gst-plugins-good/Config.in | 3 +++
.../gst-plugins-good/gst-plugins-good.mk | 7 ++++++-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/package/multimedia/gst-plugins-good/Config.in b/package/multimedia/gst-plugins-good/Config.in
index 3b37b5e..dd293e9 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 c44bdff..62d9d47 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
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] gst-plugins-good: Add option for v4l2
@ 2010-11-10 13:02 Phil Edworthy
0 siblings, 0 replies; 4+ messages in thread
From: Phil Edworthy @ 2010-11-10 13:02 UTC (permalink / raw)
To: buildroot
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
---
package/multimedia/gst-plugins-good/Config.in | 3 +++
.../gst-plugins-good/gst-plugins-good.mk | 7 ++++++-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/package/multimedia/gst-plugins-good/Config.in b/package/multimedia/gst-plugins-good/Config.in
index 3b37b5e..dd293e9 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 c44bdff..62d9d47 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
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] gst-plugins-good: Add option for v4l2
@ 2010-11-16 13:28 Phil Edworthy
2010-12-30 23:30 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: Phil Edworthy @ 2010-11-16 13:28 UTC (permalink / raw)
To: buildroot
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
---
package/multimedia/gst-plugins-good/Config.in | 3 +++
.../gst-plugins-good/gst-plugins-good.mk | 7 ++++++-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/package/multimedia/gst-plugins-good/Config.in b/package/multimedia/gst-plugins-good/Config.in
index 3b37b5e..dd293e9 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 c44bdff..62d9d47 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
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] gst-plugins-good: Add option for v4l2
2010-11-16 13:28 [Buildroot] [PATCH] gst-plugins-good: Add option for v4l2 Phil Edworthy
@ 2010-12-30 23:30 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2010-12-30 23:30 UTC (permalink / raw)
To: buildroot
>>>>> "Phil" == Phil Edworthy <phil.edworthy@renesas.com> writes:
Phil> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-12-30 23:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-16 13:28 [Buildroot] [PATCH] gst-plugins-good: Add option for v4l2 Phil Edworthy
2010-12-30 23:30 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2010-11-10 13:02 Phil Edworthy
2010-11-10 12:41 Phil Edworthy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox