LAME 3.97 September 24 2006 * 3.97 beta 3 becomes 3.97 LAME 3.97 beta 3 August 19 2006 * Gabriel Bouvigne: o Workaround against a short blocks detection issue LAME 3.97 beta 2 November 26 2005 * Gabriel Bouvigne: o Fixed an initialization error when input is not using a standard sampling frequency o Fixed a possible assertion failure in very low bitrate encoding o Slight change regarding ATH adjustment with V5 o Reinstated bit reservoir for 320kbps CBR o ReplayGain analysis should now be faster when encountering silent parts * Takehiro Tominaga: o Fixed a possible link problem of assembly code LAME 3.97 beta 1 September 12 2005 * Takehiro Tominaga: o Fixed an out of array access in mp3rtp o Fixed a quality setting in DLL o Fixed display when using --silent * Vitaly Ivanov: o Updated DirectShow interface * Robert Hegemann: o Fixed an out of array access o Fixed some small rounding problem in vbr-new quantization routines o Fixed a bug in vbr-new regarding high frequencies (sfb21) when using -Y o Fixed a few bugs in vbr-new when using -Y o Updated scalefactors allocation scheme in vbr-new o Fixed mingw32 configure problems o Resolved some compiler warnings o Updated command-line visualisation * Gabriel Bouvigne: o Changed some FLOAT8 to FLOAT o Added project files for VC7 o Reworked -q1 and -q0 o Updated presets o Fixed an error in ISO quantization on systems not using the IEEE754 hack o Faster quantization o SSE version of init_xrpow * Rog�io Brito: o Updated Debian packaging o Documentation work * Chris Miller: o Support for x64 platform SDK in makefile.msvc
13 lines
408 B
Text
13 lines
408 B
Text
$NetBSD: patch-ab,v 1.8 2006/10/23 01:30:34 ben Exp $
|
|
|
|
--- doc/html/Makefile.in.orig 2006-09-24 13:53:31.000000000 +0000
|
|
+++ doc/html/Makefile.in
|
|
@@ -189,7 +189,7 @@ AUTOMAKE_OPTIONS = foreign ansi2knr
|
|
docdir = $(datadir)/doc
|
|
pkgdocdir = $(docdir)/$(PACKAGE)
|
|
htmldir = $(docdir)/html
|
|
-pkghtmldir = $(pkgdocdir)/html
|
|
+pkghtmldir = $(pkgdocdir)
|
|
pkghtml_DATA = \
|
|
basic.html \
|
|
contributors.html \
|