From 57168b22a6cf4c2b63bc91fea386ed46bcce53a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Mon, 17 May 2004 16:58:24 +0000 Subject: configure.ac: fix compilation of v4l2src with "-Wall -Werror" fixes #142664 Original commit message from CVS: * configure.ac : fix compilation of v4l2src with "-Wall -Werror" fixes #142664 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fb968f2d..e9ba3715 100644 --- a/configure.ac +++ b/configure.ac @@ -645,6 +645,7 @@ return 0; #include ],[ struct v4l2_buffer buf; +buf.index = 0; return 0; ], [ AC_MSG_RESULT(yes) ], [ MISSING_DECL=1 && AC_MSG_RESULT(no) ]) if [ test x$MISSING_DECL = x1 ]; then -- cgit v1.2.1