From b5142b38792958564cc2f2750065194cc0870b01 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 6 Apr 2004 01:11:59 +0000 Subject: [PATCH] removing more globals git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12133 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/tabinit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mp3lib/tabinit.c b/mp3lib/tabinit.c index cf5c0e2ee0..2dd1fd857f 100644 --- a/mp3lib/tabinit.c +++ b/mp3lib/tabinit.c @@ -1,4 +1,5 @@ -real mp3lib_decwin[(512+32)], cos64[32], cos32[16], cos16[8], cos8[4], cos4[2]; +real mp3lib_decwin[(512+32)]; +static real cos64[32], cos32[16], cos16[8], cos8[4], cos4[2]; real *mp3lib_pnts[]={ cos64,cos32,cos16,cos8,cos4 }; static long intwinbase[] = {