# HG changeset patch # User gpoirier # Date 1232108632 0 # Node ID 1c2bd849c7b53effd7f49928136906d51ffa1f2a # Parent 08c1417e757bc38d4717ba1877b7d7fca45a4a20 fix wrong #ifdef/#ifndef -> #if conversion in r28323 diff -r 08c1417e757b -r 1c2bd849c7b5 cpudetect.c --- 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.