0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

fix for qnx

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3851 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-12-28 20:46:25 +00:00
parent 2830aab169
commit c69f516fb8

View File

@ -347,7 +347,7 @@ static void check_os_katmai_support( void )
#else #else
/* Do nothing on other platforms for now. /* 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; gCpuCaps.hasSSE=0;
#endif /* __linux__ */ #endif /* __linux__ */
} }