[Mplayer-cvslog] CVS: main cpudetect.c,1.15,1.16

Alex Beregszaszi alex at mplayer.dev.hu
Fri Dec 28 21:47:11 CET 2001


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

Modified Files:
	cpudetect.c 
Log Message:
fix for qnx

Index: cpudetect.c
===================================================================
RCS file: /cvsroot/mplayer/main/cpudetect.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cpudetect.c	28 Dec 2001 18:23:35 -0000	1.15
+++ cpudetect.c	28 Dec 2001 20:46:25 -0000	1.16
@@ -347,7 +347,7 @@
 #else
    /* Do nothing on other platforms for now.
     */
-   message( "Not testing OS support for SSE, leaving disabled.\n" );
+   printf( "Not testing OS support for SSE, leaving disabled.\n" );
    gCpuCaps.hasSSE=0;
 #endif /* __linux__ */
 }




More information about the MPlayer-cvslog mailing list