Mercurial > mplayer.hg
changeset 735:7fc213046812
K7 3dnow-dsp printing
author | nickols_k |
---|---|
date | Wed, 09 May 2001 07:55:32 +0000 |
parents | bab1d9b1056a |
children | 59b0a9ec8604 |
files | mp3lib/sr1.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3lib/sr1.c Wed May 09 07:54:56 2001 +0000 +++ b/mp3lib/sr1.c Wed May 09 07:55:32 2001 +0000 @@ -364,6 +364,9 @@ #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