From 1f38e00be92589d03a3558b2fd2c6eecbf7ae535 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 14 Nov 2016 22:33:27 +0530 Subject: meson: Add define for v4l2-probe config option --- config.h.meson | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1