From cf069df98e3ae5a0ee6179ba7f6f734b323ed7f2 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 22 Oct 2003 20:58:46 +0000 Subject: removed the stdcall convention git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11241 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 03538086d6..46e99b32d7 100644 --- a/mp3lib/dct64_k7.c +++ b/mp3lib/dct64_k7.c @@ -14,7 +14,7 @@ static unsigned long long int __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL; static float plus_1f = 1.0; -void __attribute__ (( __stdcall__ )) dct64_MMX_3dnowex(real *a,real *b,real *c) +void dct64_MMX_3dnowex(real *a,real *b,real *c) { char tmp[256]; __asm __volatile( -- cgit v1.2.3