diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:36:53 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:36:53 +0000 |
commit | 0df5f843f07a52697e5ea3fac943b832095aca4d (patch) | |
tree | f34d04e53e74670115908e9ad2d17eed759934d6 /audio/libvorbis/files/patch-doc_Makefile.in | |
parent | Update to 1.2.0. Improvements in this release: (diff) |
Update to 1.3.1. Improvements in this release:
* Optimized/coupled surround support for 5.1 encoding at 44.1/48kHz
* Added encoder control call to disable channel coupling
* Corrected an overflow bug in very low-bitrate encoding on 32 bit
machines that caused inflated bitrates
* Numerous API hardening, leak and build fixes
* Correct bug in 22kHz compand setup that could cause a crash
* Correct bug in 16kHz codebooks that could cause unstable pure
tones at high bitrates
Notes
Notes:
svn path=/head/; revision=255953
Diffstat (limited to 'audio/libvorbis/files/patch-doc_Makefile.in')
-rw-r--r-- | audio/libvorbis/files/patch-doc_Makefile.in | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/audio/libvorbis/files/patch-doc_Makefile.in b/audio/libvorbis/files/patch-doc_Makefile.in index 13eb9185be11..48f6fe1999d6 100644 --- a/audio/libvorbis/files/patch-doc_Makefile.in +++ b/audio/libvorbis/files/patch-doc_Makefile.in @@ -1,9 +1,9 @@ $FreeBSD$ ---- doc/Makefile.in.orig 2009-07-06 20:04:01.000000000 +0200 -+++ doc/Makefile.in 2009-07-06 20:04:14.000000000 +0200 -@@ -168,7 +168,7 @@ build_vendor = @build_vendor@ +--- doc/Makefile.in.orig 2010-03-26 08:00:08.000000000 +0100 ++++ doc/Makefile.in 2010-06-05 15:26:43.000000000 +0200 +@@ -171,7 +171,7 @@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ @@ -12,3 +12,12 @@ $FreeBSD$ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ +@@ -275,7 +275,7 @@ SPEC_TEX = \ + footer.tex + + built_docs = Vorbis_I_spec.pdf Vorbis_I_spec.html Vorbis_I_spec.css +-@BUILD_DOCS_FALSE@doc_DATA = $(static_docs) doxygen-build.stamp ++@BUILD_DOCS_FALSE@doc_DATA = $(static_docs) + + # conditionally make the generated documentation + @BUILD_DOCS_TRUE@doc_DATA = $(static_docs) $(SPEC_PNG) $(built_docs) doxygen-build.stamp |