summaryrefslogtreecommitdiffstats
path: root/mp3lib/mpg123.h
diff options
context:
space:
mode:
authorzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-02 16:47:10 +0000
committerzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-02 16:47:10 +0000
commit79225d26ad621f653de3107155e1b061e1a47791 (patch)
tree7b7b28359a917d8698c7b3c13ec78bbf5a57c959 /mp3lib/mpg123.h
parenta9df2bb148f170f00f1a6c96c542784bfee7bfe4 (diff)
downloadmpv-79225d26ad621f653de3107155e1b061e1a47791.tar.bz2
mpv-79225d26ad621f653de3107155e1b061e1a47791.tar.xz
Remove non-existing make_decode_tables_MMX()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23453 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 478f94dd01..2ecd5a47db 100644
--- a/mp3lib/mpg123.h
+++ b/mp3lib/mpg123.h
@@ -117,7 +117,6 @@ extern real mp3lib_decwin[(512+32)];
extern real *mp3lib_pnts[];
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 *);