summaryrefslogtreecommitdiffstats
path: root/mp3lib/mpg123.h
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-25 17:08:49 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-25 17:08:49 +0000
commitf36cc4c21b461f68cbf7a1c4bb4e3e8d7110d37d (patch)
treed231b6db9ed6641cb7da0a205f77ee53d2b134f1 /mp3lib/mpg123.h
parent3ecca129fa2ff6a874731a7a108125bcf7949b7b (diff)
downloadmpv-f36cc4c21b461f68cbf7a1c4bb4e3e8d7110d37d.tar.bz2
mpv-f36cc4c21b461f68cbf7a1c4bb4e3e8d7110d37d.tar.xz
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
Diffstat (limited to 'mp3lib/mpg123.h')
-rw-r--r--mp3lib/mpg123.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mp3lib/mpg123.h b/mp3lib/mpg123.h
index c317901d65..787eceaa51 100644
--- a/mp3lib/mpg123.h
+++ b/mp3lib/mpg123.h
@@ -120,7 +120,6 @@ extern int synth_1to1_pent( real *,int,short * );
extern void make_decode_tables_MMX(long scaleval);
extern int synth_1to1_MMX( real *,int,short * );
extern int synth_1to1_MMX_s(real *, int, short *, short *, int *);
-extern void dct64(real *a,real *b,real *c);
extern void dct36_3dnow(real *,real *,real *,real *,real *);
extern void dct36_3dnowex(real *,real *,real *,real *,real *);