[Mplayer-cvslog] CVS: main/libvo vo_svga.c,1.32,1.33

Jürgen Keil jkeil at mplayer.dev.hu
Tue Jul 17 15:57:35 CEST 2001


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

Modified Files:
	vo_svga.c 
Log Message:
svga driver didn't compile on linux/ppc


Index: vo_svga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_svga.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- vo_svga.c	4 Jun 2001 11:27:42 -0000	1.32
+++ vo_svga.c	17 Jul 2001 13:57:32 -0000	1.33
@@ -19,7 +19,9 @@
 #include "video_out_internal.h"
 
 #include "yuv2rgb.h"
+#ifdef HAVE_MMX
 #include "mmx.h"
+#endif
 
 #include "sub.h"
 
@@ -546,4 +548,3 @@
     free(modelist);
   }
 }
-	
\ No newline at end of file




More information about the MPlayer-cvslog mailing list