1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 21:06:00 +00:00

Remove non-existing make_decode_tables_MMX()

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23453 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
zuxy 2007-06-02 16:47:10 +00:00
parent a9df2bb148
commit 79225d26ad

View File

@ -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 *);