1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9325 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-02-07 21:58:09 +00:00
parent 0d6abd0310
commit 0ee250f912

View File

@ -479,7 +479,6 @@ void GetCpuCaps( CpuCaps *caps)
if (err == 0)
if (has_vu != 0)
caps->hasAltiVec = 1;
mp_msg(MSGT_CPUDETECT,MSGL_INFO,"AltiVec %sfound\n", (caps->hasAltiVec ? "" : "not "));
}
#else /* SYS_DARWIN */
/* no Darwin, do it the brute-force way */
@ -501,6 +500,7 @@ void GetCpuCaps( CpuCaps *caps)
}
}
#endif /* SYS_DARWIN */
mp_msg(MSGT_CPUDETECT,MSGL_INFO,"AltiVec %sfound\n", (caps->hasAltiVec ? "" : "not "));
#endif /* HAVE_ALTIVEC */
}
#endif /* !ARCH_X86 */