This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
v4l2: remove unneded linux specific asm/types.h include
tags/n0.10
Janne Grunau
14 years ago
parent
676a9ee1d2
commit
1adba23cec
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavdevice/v4l2.c
+ 0
- 1
libavdevice/v4l2.c
View File
@@ -39,7 +39,6 @@
#if HAVE_SYS_VIDEOIO_H
#if HAVE_SYS_VIDEOIO_H
#include <sys/videoio.h>
#include <sys/videoio.h>
#else
#else
#include <asm/types.h>
#include <linux/videodev2.h>
#include <linux/videodev2.h>
#endif
#endif
#include <time.h>
#include <time.h>
Write
Preview
Loading…
Cancel
Save