diff options
author | James Almer <jamrial@gmail.com> | 2017-10-11 22:23:51 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-11 22:25:02 -0300 |
commit | 734ed38931103c523c42333633a315a0ce1b5eb2 (patch) | |
tree | fb7eb8e8be24e49a322a49e8b5f977b7851f5986 | |
parent | 9054439bad3307dafd9fbadc57e66c276baf22e2 (diff) | |
download | ffmpeg-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |