summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
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 */