From 734ed38931103c523c42333633a315a0ce1b5eb2 Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 11 Oct 2017 22:23:51 -0300 Subject: [PATCH] configure: fix dependencies for v4l2_indev There's no indev named libv4l2. Fixes ticket #6729 Reviewed-by: bermond Signed-off-by: James Almer --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index dfbc251bb2..9f95d58c6e 100755 --- a/configure +++ b/configure @@ -3116,7 +3116,7 @@ kmsgrab_indev_deps="libdrm" lavfi_indev_deps="avfilter" libcdio_indev_deps="libcdio" libdc1394_indev_deps="libdc1394" -libv4l2_indev_deps="libv4l2" +v4l2_indev_deps="libv4l2" openal_indev_deps="openal" opengl_outdev_deps="opengl" oss_indev_deps_any="soundcard_h sys_soundcard_h"