[Mplayer-cvslog] CVS: main/libvo vo_yuv4mpeg.c,1.1,1.2
Bohdan 'Nexus' Horst
nexus at mplayer.dev.hu
Sat Feb 9 14:58:50 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv28081
Modified Files:
vo_yuv4mpeg.c
Log Message:
FreeBSD fix
Index: vo_yuv4mpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_yuv4mpeg.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vo_yuv4mpeg.c 9 Feb 2002 01:25:21 -0000 1.1
+++ vo_yuv4mpeg.c 9 Feb 2002 13:58:37 -0000 1.2
@@ -27,8 +27,11 @@
#include <sys/mman.h>
#include <signal.h>
#include <sys/wait.h>
+
+#ifndef __FreeBSD__
#include <linux/videodev.h>
-
+#endif
+
LIBVO_EXTERN (yuv4mpeg)
More information about the MPlayer-cvslog
mailing list