diff mp3lib/dct64_3dnow.c @ 23441:1b739c2dc613

Correct dct64 functions' declarations
author zuxy
date Mon, 04 Jun 2007 03:05:16 +0000
parents 8092494fc92c
children 08d18fe9da52
line wrap: on
line diff
--- a/mp3lib/dct64_3dnow.c	Sun Jun 03 08:48:44 2007 +0000
+++ b/mp3lib/dct64_3dnow.c	Mon Jun 04 03:05:16 2007 +0000
@@ -15,7 +15,7 @@
 static unsigned long long int attribute_used __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
 static float attribute_used plus_1f = 1.0;
 
-void dct64_MMX_3dnow(real *a,real *b,real *c)
+void dct64_MMX_3dnow(short *a,short *b,real *c)
 {
   char tmp[256];
     __asm __volatile(