diff options
author | Clément Bœsch <u@pkh.me> | 2017-09-03 00:18:57 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-09-03 09:55:30 +0200 |
commit | b4b1285fa1b6b84cc68cad67e7ea1389863cd178 (patch) | |
tree | cd6839c2cde4284976f30772b118874df998a358 /configure | |
parent | c595139f1fdb5ce5ee128c317ed9e4e836282436 (diff) | |
download | ffmpeg-b4b1285fa1b6b84cc68cad67e7ea1389863cd178.tar.gz |
lavd: drop disabled v4l code
This code is disabled since 2012. V4L1 was dropped from the kernel more
than 10 years ago.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3048,7 +3048,6 @@ qtkit_indev_select="qtkit" sdl2_outdev_deps="sdl2" sndio_indev_deps="sndio" sndio_outdev_deps="sndio" -v4l_indev_deps="linux_videodev_h" v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h" v4l2_outdev_deps_any="linux_videodev2_h sys_videoio_h" vfwcap_indev_deps="vfw32 vfwcap_defines" @@ -6079,7 +6078,6 @@ pod2man --help > /dev/null 2>&1 && enable pod2man || disable pod2man rsync --help 2> /dev/null | grep -q 'contimeout' && enable rsync_contimeout || disable rsync_contimeout check_header linux/fb.h -check_header linux/videodev.h check_header linux/videodev2.h check_code cc linux/videodev2.h "struct v4l2_frmsizeenum vfse; vfse.discrete.width = 0;" && enable_safe struct_v4l2_frmivalenum_discrete |