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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28332 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2009-01-16 12:23:52 +00:00
parent 5538dcf03b
commit 1e03072359
1 changed files with 1 additions and 1 deletions

View File

@ -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.