changeset 28297:1c2bd849c7b5

fix wrong #ifdef/#ifndef -> #if conversion in r28323
author gpoirier
date Fri, 16 Jan 2009 12:23:52 +0000
parents 08c1417e757b
children a7124a264ea6
files cpudetect.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cpudetect.c	Fri Jan 16 10:07:14 2009 +0000
+++ b/cpudetect.c	Fri Jan 16 12:23:52 2009 +0000
@@ -511,7 +511,7 @@
 	caps->hasSSE4a=0;
 	caps->isX86=0;
 	caps->hasAltiVec = 0;
-#if !HAVE_ALTIVEC   
+#if HAVE_ALTIVEC   
 #ifdef __APPLE__
 /*
   rip-off from ffmpeg altivec detection code.