1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-04 01:30:05 +02:00

test for video4linux

Originally committed as revision 7909 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2007-02-10 21:34:14 +00:00
parent 6c7aaa48ad
commit f6f147525e

1
configure vendored
View File

@ -1775,6 +1775,7 @@ int main( void ) {
} }
EOF EOF
enabled video4linux && check_header linux/videodev.h || disable video4linux
enabled video4linux2 && check_header linux/videodev2.h || disable video4linux2 enabled video4linux2 && check_header linux/videodev2.h || disable video4linux2
# check for ioctl_meteor.h, ioctl_bt848.h and alternatives # check for ioctl_meteor.h, ioctl_bt848.h and alternatives