From c69f516fb8bd22350e45d122960e8314b815d6a8 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 28 Dec 2001 20:46:25 +0000 Subject: fix for qnx git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3851 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpudetect.c') diff --git a/cpudetect.c b/cpudetect.c index 0983e2f96d..8fdf488dbf 100644 --- a/cpudetect.c +++ b/cpudetect.c @@ -347,7 +347,7 @@ static void check_os_katmai_support( void ) #else /* Do nothing on other platforms for now. */ - message( "Not testing OS support for SSE, leaving disabled.\n" ); + printf( "Not testing OS support for SSE, leaving disabled.\n" ); gCpuCaps.hasSSE=0; #endif /* __linux__ */ } -- cgit v1.2.3