freebsd-ports/audio/libvorbis/files/patch-Makefile.in
Christian Weisgerber 0df5f843f0 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
2010-06-06 20:36:53 +00:00

14 lines
487 B
Text

$FreeBSD$
--- Makefile.in.orig 2010-06-05 15:15:13.000000000 +0200
+++ Makefile.in 2010-06-05 15:15:27.000000000 +0200
@@ -231,7 +231,7 @@ target_vendor = @target_vendor@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
-SUBDIRS = m4 include vq lib test doc $(am__append_1)
+SUBDIRS = m4 include vq lib test $(DOC) $(am__append_1)
m4datadir = $(datadir)/aclocal
m4data_DATA = vorbis.m4
pkgconfigdir = $(libdir)/pkgconfig