diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-17 02:11:12 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-17 02:11:12 +0100 |
commit | c345100efc9baae0ea7c9fcc376725cae5d3df6e (patch) | |
tree | fca4060166579057b227a1a84ae3c3fb1f7e89e9 /configure | |
parent | 765a3ba0187bbd72cdea842fb8d2516048c8aa31 (diff) | |
download | ffmpeg-c345100efc9baae0ea7c9fcc376725cae5d3df6e.tar.gz |
Fix detection of struct v4l2_frmsize_discrete.
It was always detected successfully.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3928,7 +3928,7 @@ rsync --help 2> /dev/null | grep -q 'contimeout' && enable rsync_contimeout || d 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_code cc linux/videodev2.h "struct v4l2_frmsizeenum vfse; vfse.discrete.width = 0;" && enable_safe struct_v4l2_frmivalenum_discrete check_header sys/videoio.h |