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>
pull/272/head
James Almer 8 years ago
parent 9054439bad
commit 734ed38931
  1. 2
      configure

2
configure vendored

@ -3116,7 +3116,7 @@ kmsgrab_indev_deps="libdrm"
lavfi_indev_deps="avfilter" lavfi_indev_deps="avfilter"
libcdio_indev_deps="libcdio" libcdio_indev_deps="libcdio"
libdc1394_indev_deps="libdc1394" libdc1394_indev_deps="libdc1394"
libv4l2_indev_deps="libv4l2" v4l2_indev_deps="libv4l2"
openal_indev_deps="openal" openal_indev_deps="openal"
opengl_outdev_deps="opengl" opengl_outdev_deps="opengl"
oss_indev_deps_any="soundcard_h sys_soundcard_h" oss_indev_deps_any="soundcard_h sys_soundcard_h"

Loading…
Cancel
Save