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

gpoirier subversion at mplayerhq.hu
Fri Jan 16 13:23:52 CET 2009


Author: gpoirier
Date: Fri Jan 16 13:23:52 2009
New Revision: 28332

Log:
fix wrong #ifdef/#ifndef -> #if conversion in r28323

Modified:
   trunk/cpudetect.c

Modified: trunk/cpudetect.c
==============================================================================
--- trunk/cpudetect.c	Fri Jan 16 11:07:14 2009	(r28331)
+++ trunk/cpudetect.c	Fri Jan 16 13:23:52 2009	(r28332)
@@ -511,7 +511,7 @@ void GetCpuCaps( CpuCaps *caps)
 	caps->hasSSE4a=0;
 	caps->isX86=0;
 	caps->hasAltiVec = 0;
-#if !HAVE_ALTIVEC   
+#if HAVE_ALTIVEC   
 #ifdef __APPLE__
 /*
   rip-off from ffmpeg altivec detection code.



More information about the MPlayer-cvslog mailing list