summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_MMX.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-22 20:58:46 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-22 20:58:46 +0000
commitcf069df98e3ae5a0ee6179ba7f6f734b323ed7f2 (patch)
tree0db619d1bbb8bd7b1a5e2e65ac24773bced18177 /mp3lib/dct64_MMX.c
parentc5065685a83ee76dc4f8fdbebb738ca79260cc80 (diff)
downloadmpv-cf069df98e3ae5a0ee6179ba7f6f734b323ed7f2.tar.bz2
mpv-cf069df98e3ae5a0ee6179ba7f6f734b323ed7f2.tar.xz
removed the stdcall convention
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11241 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/dct64_MMX.c')
-rw-r--r--mp3lib/dct64_MMX.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/dct64_MMX.c b/mp3lib/dct64_MMX.c
index 29b44e6437..aafa8890e1 100644
--- a/mp3lib/dct64_MMX.c
+++ b/mp3lib/dct64_MMX.c
@@ -6,7 +6,7 @@
#include "../mangle.h"
#define real float /* ugly - but only way */
-void __attribute__ (( __stdcall__ )) dct64_MMX(real *a,real *b,real *c)
+void dct64_MMX(real *a,real *b,real *c)
{
char tmp[256];
__asm __volatile(