diff liba52/liba52_changes.diff @ 28335:31287e75b5d8

HAVE_3DNOW --> HAVE_AMD3DNOW
author diego
date Mon, 26 Jan 2009 09:29:53 +0000
parents 51797a3b96d2
children 94d9e6403ee4
line wrap: on
line diff
--- a/liba52/liba52_changes.diff	Mon Jan 26 09:11:23 2009 +0000
+++ b/liba52/liba52_changes.diff	Mon Jan 26 09:29:53 2009 +0000
@@ -1412,7 +1412,7 @@
 +void (*a52_imdct_512) (sample_t * data, sample_t * delay, sample_t bias);
 +
 +#ifdef RUNTIME_CPUDETECT
-+#undef HAVE_3DNOWEXT
++#undef HAVE_AMD3DNOWEXT
 +#endif
  
  typedef struct complex_s {
@@ -1853,8 +1853,8 @@
 +// Stuff below this line is borrowed from libac3
 +#include "srfftp.h"
 +#if defined(ARCH_X86) || defined(ARCH_X86_64)
-+#ifndef HAVE_3DNOW
-+#define HAVE_3DNOW 1
++#ifndef HAVE_AMD3DNOW
++#define HAVE_AMD3DNOW 1
 +#endif
 +#include "srfftp_3dnow.h"
 +
@@ -1862,9 +1862,9 @@
 +const i_cmplx_t x_minus_plus_3dnow __attribute__ ((aligned (8))) = {{ 0x80000000UL, 0x00000000UL }}; 
 +const complex_t HSQRT2_3DNOW __attribute__ ((aligned (8))) = { 0.707106781188, 0.707106781188 };
 +
-+#undef HAVE_3DNOWEXT
++#undef HAVE_AMD3DNOWEXT
 +#include "imdct_3dnow.h"
-+#define HAVE_3DNOWEXT
++#define HAVE_AMD3DNOWEXT
 +#include "imdct_3dnow.h"
 +
 +void