summaryrefslogtreecommitdiffstats
path: root/mp3lib/mpg123.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-06 01:06:21 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-06 01:06:21 +0000
commit0bdf67044ce904963374261c9426fe885aa34373 (patch)
treed2ce3617b46ed2cd955c1082a186a25b32e60b9d /mp3lib/mpg123.h
parent834569d109748c88bb3c725056599733a760afa4 (diff)
downloadmpv-0bdf67044ce904963374261c9426fe885aa34373.tar.bz2
mpv-0bdf67044ce904963374261c9426fe885aa34373.tar.xz
fix symbol clashes when linking with libmp3lame including mp3 decoder, man, mp3lib is so much bloated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12132 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/mpg123.h')
-rw-r--r--mp3lib/mpg123.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/mp3lib/mpg123.h b/mp3lib/mpg123.h
index ea58c74b58..482e024b51 100644
--- a/mp3lib/mpg123.h
+++ b/mp3lib/mpg123.h
@@ -107,13 +107,8 @@ struct III_sideinfo
} ch[2];
};
-static long freqs[9];
extern real mp3lib_decwin[(512+32)];
-extern real *pnts[];
-
-static int do_layer2(struct frame *fr,int single);
-static int do_layer3(struct frame *fr,int single);
-static int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt);
+extern real *mp3lib_pnts[];
extern int synth_1to1_pent( real *,int,short * );
extern void make_decode_tables_MMX(long scaleval);