aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tvi_v4l2.c
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2013-11-13 20:59:50 +0100
committerGravatar wm4 <wm4@nowhere>2013-11-13 20:59:50 +0100
commit05e2b1f51352ea5f1fea7805dea4a9c4c642f9d8 (patch)
tree609fd19c02aceb08b4ba2506c2b91c555bf298ff /stream/tvi_v4l2.c
parent8444c916d4ec2454cf30a751018cba8cc874723d (diff)
stream: don't include linux/types.h in some files
Apparently this is not portable to FreeBSD. It turns out that we (probably) don't use any symbols defined by this header directly, so the includes are not needed.
Diffstat (limited to 'stream/tvi_v4l2.c')
-rw-r--r--stream/tvi_v4l2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c
index d99370d8dd..3c6bee0885 100644
--- a/stream/tvi_v4l2.c
+++ b/stream/tvi_v4l2.c
@@ -52,7 +52,6 @@ known issues:
#if HAVE_SYS_VIDEOIO_H
#include <sys/videoio.h>
#else
-#include <linux/types.h>
#include <linux/videodev2.h>
#endif
#include "mpvcore/mp_msg.h"