summaryrefslogtreecommitdiffstats
path: root/mp3lib/sr1.c
diff options
context:
space:
mode:
authorzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-25 02:52:35 +0000
committerzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-25 02:52:35 +0000
commitb4cf5f855cc71a998e897bcbc9f956cc5ccdd196 (patch)
tree2c801934692a9cf5208fe4a578d4dc3c502dcc5e /mp3lib/sr1.c
parent0744007b27e463680cfd5603c2da136fd703fe62 (diff)
downloadmpv-b4cf5f855cc71a998e897bcbc9f956cc5ccdd196.tar.bz2
mpv-b4cf5f855cc71a998e897bcbc9f956cc5ccdd196.tar.xz
Record what was produced by make_decode_table_MMX() and used that data to
initialize mp3lib_decwins directly, then remove call to make_decode_table_MMX() and tabinit_MMX.c itself. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23383 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/sr1.c')
-rw-r--r--mp3lib/sr1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index 1782e599ba..8e35003ead 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -421,8 +421,6 @@ void MP3_Init(){
if (gCpuCaps.hasMMX)
{
_has_mmx = 1;
- make_decode_tables_MMX(outscale);
- mp_msg(MSGT_DECAUDIO,MSGL_V,"mp3lib: made decode tables with MMX optimization\n");
synth_func = synth_1to1_MMX;
}
#endif