diff mp3lib/sr1.c @ 28326:51797a3b96d2

HAVE_3DNOWEX --> HAVE_3DNOWEXT
author diego
date Sun, 25 Jan 2009 21:03:02 +0000
parents 25337a2147e7
children c39a1fd7d45c
line wrap: on
line diff
--- a/mp3lib/sr1.c	Sun Jan 25 20:35:58 2009 +0000
+++ b/mp3lib/sr1.c	Sun Jan 25 21:03:02 2009 +0000
@@ -30,9 +30,9 @@
 #if ARCH_X86_64
 // 3DNow! and 3DNow!Ext routines don't compile under AMD64
 #undef HAVE_3DNOW
-#undef HAVE_3DNOWEX
+#undef HAVE_3DNOWEXT
 #define HAVE_3DNOW 0
-#define HAVE_3DNOWEX 0
+#define HAVE_3DNOWEXT 0
 #endif
 
 //static FILE* mp3_file=NULL;
@@ -423,7 +423,7 @@
     }
 #endif
 
-#if HAVE_3DNOWEX
+#if HAVE_3DNOWEXT
     if (gCpuCaps.has3DNowExt)
     {
 	dct36_func=dct36_3dnowex;