git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
strcasecmp() requires #include <strings.h>
[ffmpeg.git]
/
libavdevice
/
v4l2.c
diff --git
a/libavdevice/v4l2.c
b/libavdevice/v4l2.c
index
0b03640
..
81875f6
100644
(file)
--- a/
libavdevice/v4l2.c
+++ b/
libavdevice/v4l2.c
@@
-37,6
+37,7
@@
#include <asm/types.h>
#include <linux/videodev2.h>
#include <time.h>
+#include <strings.h>
static const int desired_video_buffers = 256;