ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Wed Oct 11 22:23:51 2017 -0300| [734ed38931103c523c42333633a315a0ce1b5eb2] | committer: James Almer
configure: fix dependencies for v4l2_indev There's no indev named libv4l2. Fixes ticket #6729 Reviewed-by: bermond Signed-off-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=734ed38931103c523c42333633a315a0ce1b5eb2 --- 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" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog