diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-07 21:58:09 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-07 21:58:09 +0000 |
commit | 0ee250f9126277af0bcbd61dc74e2078496846c3 (patch) | |
tree | 3be8527a0901c952095094e0554b390df22493b4 | |
parent | 0d6abd03103cdaa7e8efef4cdb9e26ce13306586 (diff) |
1l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9325 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | cpudetect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpudetect.c b/cpudetect.c index acd291265e..401dadc108 100644 --- a/cpudetect.c +++ b/cpudetect.c @@ -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 */ |