From 4ade55ceac7dacfe401d3ee4304fa508c855075c Mon Sep 17 00:00:00 2001 From: atmos4 Date: Fri, 24 May 2002 01:56:01 +0000 Subject: Cygwin stdcall mismatch fix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6178 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/dct64_k7.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mp3lib/dct64_k7.c') diff --git a/mp3lib/dct64_k7.c b/mp3lib/dct64_k7.c index c1237a4652..bc14bfc6f1 100644 --- a/mp3lib/dct64_k7.c +++ b/mp3lib/dct64_k7.c @@ -14,12 +14,7 @@ static unsigned long long int __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL; static float plus_1f = 1.0; -#ifdef __CYGWIN__ -/* will probably cause sig11 with debuggingsymbols, but otherwise undef. ref */ -void dct64_MMX_3dnowex(real *a,real *b,real *c) -#else void __attribute__ (( __stdcall__ )) dct64_MMX_3dnowex(real *a,real *b,real *c) -#endif { char tmp[256]; __asm __volatile( -- cgit v1.2.3