# HG changeset patch # User cehoyos # Date 1250242276 0 # Node ID 1abc7bcda064eeecacfe128f9106921825c76441 # Parent 6bab02cf6a3174020369f5c0e81f3376811de100 Allow compilation with gcc 2.95.3 if videodev2.h does not support it. diff -r 6bab02cf6a31 -r 1abc7bcda064 configure --- a/configure Fri Aug 14 02:15:28 2009 +0000 +++ b/configure Fri Aug 14 09:31:16 2009 +0000 @@ -7692,7 +7692,7 @@ #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