diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-12-27 06:31:41 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-01-04 13:10:20 +0100 |
commit | a6a4793d045cda277f0ec4579d206b36e3cf90b6 (patch) | |
tree | 1b9c2892db4db29e722ceedaf9aa14325a9406bb /configure | |
parent | cd2bbad3032780f8d4536aed15b3f5f45b95859c (diff) | |
download | ffmpeg-a6a4793d045cda277f0ec4579d206b36e3cf90b6.tar.gz |
v4l2: list available formats
Make use of the experimental framesize enumeration ioctl if available.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1135,6 +1135,7 @@ HAVE_LIST=" struct_sockaddr_in6 struct_sockaddr_sa_len struct_sockaddr_storage + struct_v4l2_frmivalenum_discrete symver symver_asm_label symver_gnu_asm @@ -2993,6 +2994,8 @@ 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 + check_header sys/videoio.h check_func_headers "windows.h vfw.h" capCreateCaptureWindow "$vfwcap_indev_extralibs" |