changeset 4606:e406d918e361

FreeBSD fix
author nexus
date Sat, 09 Feb 2002 13:58:37 +0000
parents b63ebfab3cdd
children da09673aea00
files libvo/vo_yuv4mpeg.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_yuv4mpeg.c	Sat Feb 09 11:35:24 2002 +0000
+++ b/libvo/vo_yuv4mpeg.c	Sat Feb 09 13:58:37 2002 +0000
@@ -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)