summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-12 19:36:19 -0300
committerJames Almer <jamrial@gmail.com>2017-10-13 10:24:09 -0300
commit15dc897582ad15210a94c7a8a13e7679f180a049 (patch)
treee661a0ccd36e20d3e543c16543dcd3ac86c5ed23
parent147c1e008a7baf9c4d4e18e9707765ae686b1521 (diff)
configure: list libv4l2 as an optional library for v4l2
Fixes regression since 6dfcbd80ad446ff163b47f2bf432bbf706436ea8 and 734ed38931103c523c42333633a315a0ce1b5eb2. Signed-off-by: James Almer <jamrial@gmail.com>
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 1db50df0a4..dc486ed756 100755
--- a/configure
+++ b/configure
@@ -3116,7 +3116,6 @@ kmsgrab_indev_deps="libdrm"
lavfi_indev_deps="avfilter"
libcdio_indev_deps="libcdio"
libdc1394_indev_deps="libdc1394"
-v4l2_indev_deps="libv4l2"
openal_indev_deps="openal"
opengl_outdev_deps="opengl"
oss_indev_deps_any="soundcard_h sys_soundcard_h"
@@ -3127,7 +3126,9 @@ sdl2_outdev_deps="sdl2"
sndio_indev_deps="sndio"
sndio_outdev_deps="sndio"
v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h"
+v4l2_indev_suggest="libv4l2"
v4l2_outdev_deps_any="linux_videodev2_h sys_videoio_h"
+v4l2_outdev_suggest="libv4l2"
vfwcap_indev_deps="vfw32 vfwcap_defines"
xcbgrab_indev_deps="libxcb"
xcbgrab_indev_suggest="libxcb_shm libxcb_shape libxcb_xfixes"