Mercurial > mplayer.hg
changeset 9324:300649f96e22
1l
author | alex |
---|---|
date | Fri, 07 Feb 2003 21:58:09 +0000 |
parents | 774afe44f17b |
children | 18cdba535f36 |
files | cpudetect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cpudetect.c Fri Feb 07 21:35:39 2003 +0000 +++ b/cpudetect.c Fri Feb 07 21:58:09 2003 +0000 @@ -479,7 +479,6 @@ 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 @@ } } #endif /* SYS_DARWIN */ + mp_msg(MSGT_CPUDETECT,MSGL_INFO,"AltiVec %sfound\n", (caps->hasAltiVec ? "" : "not ")); #endif /* HAVE_ALTIVEC */ } #endif /* !ARCH_X86 */