[Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.100,1.101

Alex Beregszaszi alex at mplayerhq.hu
Fri Jul 12 19:10:01 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv23888

Modified Files:
	vo_xv.c 
Log Message:
xv support under cygwin - patch by Sycotic Smith <sycotic at linuxmail.org>

Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- vo_xv.c	13 Jun 2002 15:08:37 -0000	1.100
+++ vo_xv.c	12 Jul 2002 17:09:53 -0000	1.101
@@ -75,8 +75,8 @@
 static int num_buffers=1; // default
 static XvImage* xvimage[NUM_BUFFERS];
 
-#include <sys/ipc.h>
 #ifdef HAVE_SHM
+#include <sys/ipc.h>
 #include <sys/shm.h>
 #include <X11/extensions/XShm.h>
 




More information about the MPlayer-cvslog mailing list