summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mp3lib/sr1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index d1ce352d1c..0829bc0c4a 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -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);