summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-07 21:58:09 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-07 21:58:09 +0000
commit0ee250f9126277af0bcbd61dc74e2078496846c3 (patch)
tree3be8527a0901c952095094e0554b390df22493b4 /cpudetect.c
parent0d6abd03103cdaa7e8efef4cdb9e26ce13306586 (diff)
downloadmpv-0ee250f9126277af0bcbd61dc74e2078496846c3.tar.bz2
mpv-0ee250f9126277af0bcbd61dc74e2078496846c3.tar.xz
1l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9325 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c2
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 */