From 921712c4caf6b572ac20e3266dd7380508f2f9a9 Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 24 Dec 2002 00:06:33 +0000 Subject: don't redefine decwin as static git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8545 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/tabinit_MMX.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mp3lib') diff --git a/mp3lib/tabinit_MMX.c b/mp3lib/tabinit_MMX.c index 9a7f4161ee..5e7040810d 100644 --- a/mp3lib/tabinit_MMX.c +++ b/mp3lib/tabinit_MMX.c @@ -7,7 +7,10 @@ long __attribute__((aligned(8))) decwins [544]; -static long decwin [544]; +#define real float +extern real decwin[(512+32)]; +// static long decwin [544]; + static short intwinbase_MMX[] = { 0, -1, -1, -1, -1, -1, -1, -2, -- cgit v1.2.3