diff options
author | 2002-12-12 17:56:15 +0000 | |
---|---|---|
committer | 2002-12-12 17:56:15 +0000 | |
commit | e8ea2bd47df0a00b711ffa48c276cac0cfc72ff4 (patch) | |
tree | a2366085e7d60edc2e98f41d4a36dfae406ceb7c /media-sound/lame/files | |
parent | Initial import (Bug #9982) (diff) | |
download | gentoo-2-e8ea2bd47df0a00b711ffa48c276cac0cfc72ff4.tar.gz gentoo-2-e8ea2bd47df0a00b711ffa48c276cac0cfc72ff4.tar.bz2 gentoo-2-e8ea2bd47df0a00b711ffa48c276cac0cfc72ff4.zip |
Removed lame-3.93.0 and put lame-3.93.1 into the stable x86 profile.
Diffstat (limited to 'media-sound/lame/files')
-rw-r--r-- | media-sound/lame/files/digest-lame-3.93.0-r1 | 1 | ||||
-rw-r--r-- | media-sound/lame/files/lame-3.93.0-gentoo.diff | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/media-sound/lame/files/digest-lame-3.93.0-r1 b/media-sound/lame/files/digest-lame-3.93.0-r1 deleted file mode 100644 index 1184ed7afd05..000000000000 --- a/media-sound/lame/files/digest-lame-3.93.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2c054c7eec1f966499d0945642bd8cba lame-3.93.0.tar.gz 1036360 diff --git a/media-sound/lame/files/lame-3.93.0-gentoo.diff b/media-sound/lame/files/lame-3.93.0-gentoo.diff deleted file mode 100644 index 8e3e88b0036e..000000000000 --- a/media-sound/lame/files/lame-3.93.0-gentoo.diff +++ /dev/null @@ -1,50 +0,0 @@ ---- libmp3lame/lame.c.orig 2002-12-01 11:01:49.000000000 +0100 -+++ libmp3lame/lame.c 2002-12-01 10:45:42.000000000 +0100 -@@ -20,7 +20,7 @@ - * Boston, MA 02111-1307, USA. - */ - --/* $Id: lame-3.93.0-gentoo.diff,v 1.1 2002/12/01 10:24:59 phoenix Exp $ */ -+/* $Id: lame-3.93.0-gentoo.diff,v 1.1 2002/12/01 10:24:59 phoenix Exp $ */ - - #ifdef HAVE_CONFIG_H - # include <config.h> -@@ -474,7 +474,7 @@ - gfc->quantization = 1; - gfc->noise_shaping = 1; /* 2=usually lowers quality */ - gfc->substep_shaping = 2; -- gfc->noise_shaping_amp = 3; -+ gfc->noise_shaping_amp = 2; - gfc->noise_shaping_stop = 1; - gfc->use_best_huffman = 1; /* 2 not yet coded */ - } ---- libmp3lame/psymodel.c.orig 2002-12-01 11:02:47.000000000 +0100 -+++ libmp3lame/psymodel.c 2002-12-01 10:45:42.000000000 +0100 -@@ -19,7 +19,7 @@ - * Boston, MA 02111-1307, USA. - */ - --/* $Id: lame-3.93.0-gentoo.diff,v 1.1 2002/12/01 10:24:59 phoenix Exp $ */ -+/* $Id: lame-3.93.0-gentoo.diff,v 1.1 2002/12/01 10:24:59 phoenix Exp $ */ - - - /* -@@ -1789,6 +1789,9 @@ - } - - /* 2001-07-13 */ -+ thr[b] = Max(1e-6, ecb); -+ -+ if (gfp->VBR == vbr_mtrh) { - thr[b] = Min( ecb, rpelev_s * gfc->nb_s1[chn][b] ); - if (gfc->blocktype_old[chn>1 ? chn-2 : chn] == SHORT_TYPE ) { - thr[b] = Min( thr[b], rpelev2_s * gfc->nb_s2[chn][b] ); -@@ -1796,6 +1799,7 @@ - thr[b] = Max( thr[b], 1e-37 ); - gfc->nb_s2[chn][b] = gfc->nb_s1[chn][b]; - gfc->nb_s1[chn][b] = ecb; -+ } - } - } - for ( sb = 0; sb < NBPSY_s; sb++ ) - |