mirror of https://github.com/mpv-player/mpv
K7 3dnow-dsp printing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@736 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0870efee94
commit
fcdac83628
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue