[FFmpeg-cvslog] Fix detection of struct v4l2_frmsize_discrete.

Carl Eugen Hoyos git at videolan.org
Thu Jan 17 02:18:08 CET 2013


ffmpeg | branch: release/1.1 | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Jan 17 02:11:12 2013 +0100| [ccc4219558580cb96b448ad9b1410c09b488a1b8] | committer: Carl Eugen Hoyos

Fix detection of struct v4l2_frmsize_discrete.

It was always detected successfully.
(cherry picked from commit c345100efc9baae0ea7c9fcc376725cae5d3df6e)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ccc4219558580cb96b448ad9b1410c09b488a1b8
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 89e076f..1b0cacf 100755
--- a/configure
+++ b/configure
@@ -3916,7 +3916,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
 



More information about the ffmpeg-cvslog mailing list