Mercurial > mplayer.hg
changeset 3850:ca9cc0aaacc7
fix for qnx
author | alex |
---|---|
date | Fri, 28 Dec 2001 20:46:25 +0000 |
parents | 9a02b736eb37 |
children | 2600f70929b7 |
files | cpudetect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cpudetect.c Fri Dec 28 20:24:40 2001 +0000 +++ b/cpudetect.c Fri Dec 28 20:46:25 2001 +0000 @@ -347,7 +347,7 @@ #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__ */ }