summaryrefslogtreecommitdiffstats
path: root/libvo/vo_yuv4mpeg.c
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-09 13:58:37 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-09 13:58:37 +0000
commited96bb7688306cb4f5ec984a21ab8504840f96ed (patch)
tree23a937bbffe5c6b2083d416f700891ffe7f3e999 /libvo/vo_yuv4mpeg.c
parentfceaa28287cf5e57a2bf478aeb8df2b199ae01ec (diff)
downloadmpv-ed96bb7688306cb4f5ec984a21ab8504840f96ed.tar.bz2
mpv-ed96bb7688306cb4f5ec984a21ab8504840f96ed.tar.xz
FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4607 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_yuv4mpeg.c')
-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)