summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-07-12 11:34:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-07-12 11:35:11 +0200
commit6445b2c68b2cd58d40b0b3688809212dce357202 (patch)
tree4e091ecf5abf2b7fdfa31176643b87e7d7971ab5
parentd75c90a715e94009f3611fb537c8ad9cbde1bab2 (diff)
downloadptxdist-6445b2c68b2cd58d40b0b3688809212dce357202.tar.gz
ptxdist-6445b2c68b2cd58d40b0b3688809212dce357202.tar.xz
gst-plugins-good11: linux/videodev2.h from kernel headers can be usefull
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/gst-plugins-good11.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/gst-plugins-good11.make b/rules/gst-plugins-good11.make
index 04fc1ed95..d0acdbd39 100644
--- a/rules/gst-plugins-good11.make
+++ b/rules/gst-plugins-good11.make
@@ -114,6 +114,11 @@ GST_PLUGINS_GOOD11_ENABLEC-y += $(GST_PLUGINS_GOOD11_ENABLE-y)
GST_PLUGINS_GOOD11_ENABLEC- += $(GST_PLUGINS_GOOD11_ENABLE-)
GST_PLUGINS_GOOD11_ENABLEP-y += $(GST_PLUGINS_GOOD11_ENABLE-y)
+# for new linux/videodev2.h from kernel headers
+GST_PLUGINS_GOOD11_CONF_ENV := \
+ $(CROSS_ENV) \
+ CPPFLAGS="$(CROSS_CPPFLAGS) -I$(KERNEL_HEADERS_INCLUDE_DIR)"
+
#
# autoconf
#