From b2211f4861004f18142e89ac23daf94cd51b2f9a Mon Sep 17 00:00:00 2001 From: szabii Date: Sat, 10 Mar 2001 21:06:28 +0000 Subject: use _3dnow instead of a3dnow() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@74 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/sr1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib') 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); -- cgit v1.2.3