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

diego subversion at mplayerhq.hu
Tue Dec 11 21:30:30 CET 2007


Author: diego
Date: Tue Dec 11 21:30:30 2007
New Revision: 25358

Log:
Remove redundant and obfuscating preprocessor conditional.


Modified:
   trunk/cpudetect.c

Modified: trunk/cpudetect.c
==============================================================================
--- trunk/cpudetect.c	(original)
+++ trunk/cpudetect.c	Tue Dec 11 21:30:30 2007
@@ -448,8 +448,6 @@ static void check_os_katmai_support( voi
 
 #ifdef __APPLE__
 #include <sys/sysctl.h>
-#else
-#ifndef __AMIGAOS4__
 #include <signal.h>
 #include <setjmp.h>
 
@@ -466,7 +464,6 @@ static void sigill_handler (int sig)
     canjump = 0;
     siglongjmp (jmpbuf, 1);
 }
-#endif //__AMIGAOS4__
 #endif /* __APPLE__ */
 
 void GetCpuCaps( CpuCaps *caps)



More information about the MPlayer-cvslog mailing list