summaryrefslogtreecommitdiffstats
path: root/libavcodec/v4l2_m2m.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-09-23 18:12:56 -0300
committerJames Almer <jamrial@gmail.com>2017-09-23 18:13:01 -0300
commitd1e7e4fbe2b07f191311cb56e82ef4c18fd0fda4 (patch)
treee79c58957f2088e845f2e953d196ff4265f5cefc /libavcodec/v4l2_m2m.h
parentff7f859c2595f4daf9397d70af1a4a5d9da0ca59 (diff)
downloadffmpeg-streaming-d1e7e4fbe2b07f191311cb56e82ef4c18fd0fda4.zip
ffmpeg-streaming-d1e7e4fbe2b07f191311cb56e82ef4c18fd0fda4.tar.gz
avcodec/v4l2_m2m: add missing header inclusions
Should fix checkheaders on systems where v4l2_m2m is enabled. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/v4l2_m2m.h')
-rw-r--r--libavcodec/v4l2_m2m.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/v4l2_m2m.h b/libavcodec/v4l2_m2m.h
index 13e2285..afa3987 100644
--- a/libavcodec/v4l2_m2m.h
+++ b/libavcodec/v4l2_m2m.h
@@ -27,6 +27,8 @@
#include <semaphore.h>
#include <unistd.h>
#include <dirent.h>
+#include <linux/videodev2.h>
+
#include "libavcodec/avcodec.h"
#include "v4l2_context.h"
OpenPOWER on IntegriCloud