summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@osg.samsung.com>2016-11-14 22:33:27 +0530
committerArun Raghavan <arun@osg.samsung.com>2016-11-14 22:33:27 +0530
commit6a7bdfd2eaffd72a3bb4ea36e590740a7d09ab8b (patch)
tree46d18527d8f738a39c3e47de4ce2bca760616de5
parent4f426f6f54987dc28c59b52faf419cd6ac5b13f2 (diff)
meson: Add define for v4l2-probe config option
-rw-r--r--config.h.meson3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson
index 0e1748be5..9f134e1f4 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -58,6 +58,9 @@
/* Define if static plugins should be built */
#mesondefine GST_PLUGIN_BUILD_STATIC
+/* Define to enable probing of V4L2 devices */
+#mesondefine GST_V4L2_ENABLE_PROBE
+
/* Define to enable aalib ASCII Art library (used by aasink). */
#mesondefine HAVE_AALIB