K7 3dnow-dsp printing

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@736 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nickols_k 2001-05-09 07:55:32 +00:00
parent 0870efee94
commit fcdac83628
1 changed files with 3 additions and 0 deletions

View File

@ -364,6 +364,9 @@ void MP3_Init(){
#ifdef HAVE_3DNOW
printf( "mp3lib: AMD 3dnow! extension %sdetected.\n",(_3dnow?"":"not ") );
#endif
#ifdef HAVE_3DNOWEX
printf( "mp3lib: AMD 3dnow-dsp! extension %sdetected.\n",(_3dnow>1?"":"not ") );
#endif
make_decode_tables(outscale);
#ifdef USE_FAKE_MONO