mirror of https://github.com/mpv-player/mpv
use _3dnow instead of a3dnow()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@74 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6e855e3d40
commit
b2211f4861
|
@ -358,7 +358,7 @@ void MP3_Init(){
|
|||
printf( "mp3lib: Processor ID: %x\n",_CpuID );
|
||||
printf( "mp3lib: i586 processor %sdetected.\n",(_i586?"":"not ") );
|
||||
#ifdef HAVE_3DNOW
|
||||
printf( "mp3lib: AMD 3dnow! extension %sdetected.\n",(a3dnow()?"":"not ") );
|
||||
printf( "mp3lib: AMD 3dnow! extension %sdetected.\n",(_3dnow?"":"not ") );
|
||||
#endif
|
||||
|
||||
make_decode_tables(outscale);
|
||||
|
|
Loading…
Reference in New Issue