summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_yuv4mpeg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/vo_yuv4mpeg.c b/libvo/vo_yuv4mpeg.c
index 237292bf88..f762892e8c 100644
--- a/libvo/vo_yuv4mpeg.c
+++ b/libvo/vo_yuv4mpeg.c
@@ -27,7 +27,10 @@
#include <sys/mman.h>
#include <signal.h>
#include <sys/wait.h>
+
+#ifndef __FreeBSD__
#include <linux/videodev.h>
+#endif
LIBVO_EXTERN (yuv4mpeg)