diff options
author | zuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-02 16:47:10 +0000 |
---|---|---|
committer | zuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-02 16:47:10 +0000 |
commit | 79225d26ad621f653de3107155e1b061e1a47791 (patch) | |
tree | 7b7b28359a917d8698c7b3c13ec78bbf5a57c959 /mp3lib/mpg123.h | |
parent | a9df2bb148f170f00f1a6c96c542784bfee7bfe4 (diff) | |
download | mpv-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.h | 1 |
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 *); |