Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
6c7aaa48
Commit
6c7aaa48
authored
Feb 10, 2007
by
Måns Rullgård
Browse files
simplify video4linux2 test
Originally committed as revision 7908 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
392b76ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
configure
configure
+1
-8
No files found.
configure
View file @
6c7aaa48
...
...
@@ -1775,14 +1775,7 @@ int main( void ) {
}
EOF
# check for video4linux2 --- V4L2_PIX_FMT_YUV420
enabled video4linux2
&&
check_cc
<<
EOF
|| video4linux2="no"
#include <sys/time.h>
#include <asm/types.h>
#include <linux/videodev2.h>
int dummy = V4L2_PIX_FMT_YUV420;
struct v4l2_buffer dummy1;
EOF
enabled video4linux2
&&
check_header linux/videodev2.h
||
disable video4linux2
# check for ioctl_meteor.h, ioctl_bt848.h and alternatives
if
enabled bktr
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment