aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-11 22:23:51 -0300
committerJames Almer <jamrial@gmail.com>2017-10-11 22:25:02 -0300
commit734ed38931103c523c42333633a315a0ce1b5eb2 (patch)
treefb7eb8e8be24e49a322a49e8b5f977b7851f5986
parent9054439bad3307dafd9fbadc57e66c276baf22e2 (diff)
downloadffmpeg-734ed38931103c523c42333633a315a0ce1b5eb2.tar.gz
configure: fix dependencies for v4l2_indev
There's no indev named libv4l2. Fixes ticket #6729 Reviewed-by: bermond Signed-off-by: James Almer <jamrial@gmail.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"