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:
szabii 2001-03-10 21:06:28 +00:00
parent 6e855e3d40
commit b2211f4861
1 changed files with 1 additions and 1 deletions

View File

@ -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);