From f36cc4c21b461f68cbf7a1c4bb4e3e8d7110d37d Mon Sep 17 00:00:00 2001 From: rfelker Date: Tue, 25 Oct 2005 17:08:49 +0000 Subject: do not export useless symbols! fixed compile bug with decode support in lame git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16853 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/dct64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib/dct64.c') diff --git a/mp3lib/dct64.c b/mp3lib/dct64.c index 195921d233..38852ed382 100644 --- a/mp3lib/dct64.c +++ b/mp3lib/dct64.c @@ -310,7 +310,7 @@ static void dct64_1(real *out0,real *out1,real *b1,real *b2,real *samples) * the call via dct64 is a trick to force GCC to use * (new) registers for the b1,b2 pointer to the bufs[xx] field */ -void dct64(real *a,real *b,real *c) +static void dct64(real *a,real *b,real *c) { real bufs[0x40]; dct64_1(a,b,bufs,bufs+0x20,c); -- cgit v1.2.3