b3bd686a99
* define VENDOR and ENCODER strings * fix regression from CVE-2008-1420; 1.0b1 files work again * mark all tables as constant to reduce memory occupation * additional decoder hardening against malicious streams * substantially reduce amount of seeking performed by Vorbisfile * Multichannel decode bugfix * Improved robustness with corrupt streams. * New ov_read_filter() vorbisfile call allows filtering decoded audio as floats before converting to integer samples. * Fix an encoder bug with multichannel streams. * Bare bones self test under 'make check'. * Fix a problem encoding some streams between 14 and 28 kHz. * Fix a numerical instability in the edge extrapolation filter. * Specification correction.
14 lines
473 B
Text
14 lines
473 B
Text
|
|
$FreeBSD$
|
|
|
|
--- Makefile.in.orig 2009-07-06 20:01:16.000000000 +0200
|
|
+++ Makefile.in 2009-07-06 20:01:35.000000000 +0200
|
|
@@ -227,7 +227,7 @@ target_vendor = @target_vendor@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
AUTOMAKE_OPTIONS = 1.6 foreign dist-zip dist-bzip2
|
|
-SUBDIRS = m4 include vq lib examples test doc
|
|
+SUBDIRS = m4 include vq lib examples test $(DOC)
|
|
m4datadir = $(datadir)/aclocal
|
|
m4data_DATA = vorbis.m4
|
|
pkgconfigdir = $(libdir)/pkgconfig
|