[MPlayer-cvslog] r25366 - trunk/cpudetect.c

diego subversion at mplayerhq.hu
Tue Dec 11 23:29:22 CET 2007


Author: diego
Date: Tue Dec 11 23:29:22 2007
New Revision: 25366

Log:
Ahem, fix breakage of last commit: The AltiVec detection code has three
sections, namely OS X, AMIGAOS4 and the rest.


Modified:
   trunk/cpudetect.c

Modified: trunk/cpudetect.c
==============================================================================
--- trunk/cpudetect.c	(original)
+++ trunk/cpudetect.c	Tue Dec 11 23:29:22 2007
@@ -448,6 +448,9 @@ static void check_os_katmai_support( voi
 
 #ifdef __APPLE__
 #include <sys/sysctl.h>
+#elif __AMIGAOS4__
+/* nothing */
+#else
 #include <signal.h>
 #include <setjmp.h>
 



More information about the MPlayer-cvslog mailing list