summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 20:46:25 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 20:46:25 +0000
commitc69f516fb8bd22350e45d122960e8314b815d6a8 (patch)
tree689cb8a15bea3411a4778fe1dc352a08509bf19b /cpudetect.c
parent2830aab1695de8e5296a018509754f7538f1d637 (diff)
downloadmpv-c69f516fb8bd22350e45d122960e8314b815d6a8.tar.bz2
mpv-c69f516fb8bd22350e45d122960e8314b815d6a8.tar.xz
fix for qnx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3851 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 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__ */
}