summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@osg.samsung.com>2016-11-14 22:33:27 +0530
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-02-21 16:38:33 -0500
commit1f38e00be92589d03a3558b2fd2c6eecbf7ae535 (patch)
treedebe6fcfe5e7903a010de2593fab794585a5d0c0
parent68818ea93fff299069d1eb3798732d3dd3d523cf (diff)
downloadgstreamer-plugins-good-1f38e00be92589d03a3558b2fd2c6eecbf7ae535.tar.gz
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