Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6c7aaa48
Commit
6c7aaa48
authored
Feb 10, 2007
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify video4linux2 test
Originally committed as revision 7908 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
392b76ca
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