mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
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:
parent
5538dcf03b
commit
1e03072359
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user