diff mp3lib/sr1.c @ 73:4b18920568e2

use _3dnow instead of a3dnow()
author szabii
date Sat, 10 Mar 2001 21:06:28 +0000
parents 3b5f5d1c5041
children e14114170e01
line wrap: on
line diff
--- a/mp3lib/sr1.c	Sat Mar 10 21:05:20 2001 +0000
+++ b/mp3lib/sr1.c	Sat Mar 10 21:06:28 2001 +0000
@@ -358,7 +358,7 @@
     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);