From b3506ab290d655ac9f7a0d7641edc2980c4e07dd Mon Sep 17 00:00:00 2001 From: cehoyos Date: Fri, 14 Aug 2009 09:31:16 +0000 Subject: Allow compilation with gcc 2.95.3 if videodev2.h does not support it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29516 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 03d92c9253..1c60c1dcdd 100755 --- a/configure +++ b/configure @@ -7692,7 +7692,7 @@ if test "$_pvr" = auto ; then #include #include #include -int main(void) { struct v4l2_ext_controls ext; return 0; } +int main(void) { struct v4l2_ext_controls ext; return ext.controls->value; } EOF cc_check && _pvr=yes fi -- cgit v1.2.3