]> git.sesse.net Git - ffmpeg/blobdiff - configure
flvdec: Fix compiler warning for uninitialized variables
[ffmpeg] / configure
index 481f0eacaf3fc9b3b812b31b2475d136685f9ba6..9bf65d23cceb3cd18f05bfab6fb880498860ede2 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"