diff options
Diffstat (limited to 'media-sound/lame/files/intcast.spider')
-rw-r--r-- | media-sound/lame/files/intcast.spider | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/media-sound/lame/files/intcast.spider b/media-sound/lame/files/intcast.spider deleted file mode 100644 index ee19e7ea5b75..000000000000 --- a/media-sound/lame/files/intcast.spider +++ /dev/null @@ -1,12 +0,0 @@ -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) { |