diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 11:22:59 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-24 18:04:19 +0100 |
commit | 941e9f22386e923183dc4c5392d0ef2a85b68d51 (patch) | |
tree | 95befca94e83d76bbf1f6cd93c1ef91b402b3e05 /configure | |
parent | d1ad6bdb6b578919f706694656a071d7ff7d9d84 (diff) | |
download | ffmpeg-941e9f22386e923183dc4c5392d0ef2a85b68d51.tar.gz |
lavd: remove deprecated v4l grab device.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1486,7 +1486,6 @@ oss_outdev_deps_any="soundcard_h sys_soundcard_h" pulse_indev_deps="libpulse" sndio_indev_deps="sndio_h" sndio_outdev_deps="sndio_h" -v4l_indev_deps="linux_videodev_h" v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h" vfwcap_indev_deps="capCreateCaptureWindow vfwcap_defines" vfwcap_indev_extralibs="-lavicap32" @@ -2988,7 +2987,6 @@ fi texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html check_header linux/fb.h -check_header linux/videodev.h check_header linux/videodev2.h check_struct linux/videodev2.h "struct v4l2_frmivalenum" discrete |