diff options
author | 2004-01-21 18:58:52 +0000 | |
---|---|---|
committer | 2004-01-21 18:58:52 +0000 | |
commit | 3acd8a21f35928a3aacf798e74d5d3734d9c61e6 (patch) | |
tree | 3d8a3abc7aeaf4e81f53551cbe9b631342c16b34 /media-sound/lame/files | |
parent | trying to fix bug 38316 in media-video/mpeg4ip (diff) | |
download | historical-3acd8a21f35928a3aacf798e74d5d3734d9c61e6.tar.gz historical-3acd8a21f35928a3aacf798e74d5d3734d9c61e6.tar.bz2 historical-3acd8a21f35928a3aacf798e74d5d3734d9c61e6.zip |
This closes all open lame bugs. hehe. tcc compile fix from spider on bug #31191 and added the missing mlame binary as noted on bug #35978
Diffstat (limited to 'media-sound/lame/files')
-rw-r--r-- | media-sound/lame/files/intcast.spider | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/lame/files/intcast.spider b/media-sound/lame/files/intcast.spider new file mode 100644 index 000000000000..ee19e7ea5b75 --- /dev/null +++ b/media-sound/lame/files/intcast.spider @@ -0,0 +1,12 @@ +diff -urN lame-3.95.1/libmp3lame/takehiro.c lame-3.95.1-temp/libmp3lame/takehiro.c +--- lame-3.95.1/libmp3lame/takehiro.c 2004-01-12 07:02:03.000000000 -0600 ++++ lame-3.95.1-temp/libmp3lame/takehiro.c 2004-01-21 12:49:08.545591944 -0600 +@@ -1394,7 +1394,7 @@ + { + int i; + +- gfc->choose_table = choose_table_nonMMX; ++ gfc->choose_table = (int)choose_table_nonMMX; + + #ifdef MMX_choose_table + if (gfc->CPU_features.MMX) { |