From 0ee250f9126277af0bcbd61dc74e2078496846c3 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 7 Feb 2003 21:58:09 +0000 Subject: 1l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9325 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3