diff options
author | Måns Rullgård <mans@mansr.com> | 2007-02-10 21:34:14 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-02-10 21:34:14 +0000 |
commit | f6f147525e2a536cb0d7ac024f81a147336265a4 (patch) | |
tree | a569616034c8b3c6e16b46fa1135c77a1eeff3c7 /configure | |
parent | 6c7aaa48addb60f7a61104d46f3fc70bc9e3eb5d (diff) | |
download | ffmpeg-f6f147525e2a536cb0d7ac024f81a147336265a4.tar.gz |
test for video4linux
Originally committed as revision 7909 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1775,6 +1775,7 @@ int main( void ) { } EOF +enabled video4linux && check_header linux/videodev.h || disable video4linux enabled video4linux2 && check_header linux/videodev2.h || disable video4linux2 # check for ioctl_meteor.h, ioctl_bt848.h and alternatives |