summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_k7.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_k7.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_k7.c')
-rw-r--r--mp3lib/dct64_k7.c2
1 files changed, 1 insertions, 1 deletions
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(