summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mp3lib/sr1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index f983763a04..aac2672267 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -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