From 08301d00561bbd7e8ea130b3bd1bf0b4cc91697f Mon Sep 17 00:00:00 2001 From: zuxy Date: Mon, 4 Jun 2007 03:05:16 +0000 Subject: Correct dct64 functions' declarations git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23459 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/dct64_k7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib/dct64_k7.c') diff --git a/mp3lib/dct64_k7.c b/mp3lib/dct64_k7.c index 1fa270f715..f668f8b27d 100644 --- a/mp3lib/dct64_k7.c +++ b/mp3lib/dct64_k7.c @@ -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_3dnowex(real *a,real *b,real *c) +void dct64_MMX_3dnowex(short *a,short *b,real *c) { char tmp[256]; __asm __volatile( -- cgit v1.2.3