17138d8678
* merges tuning improvements from Aoyumi's aoTuV with fixups * new managed bitrate (CBR) mode support * new vorbis_encoder_ctl() interface * extensive documentation updates * application/ogg mimetype is now official * autotools cleanup from Thomas Vander Stichele * various bugfixes
14 lines
427 B
Text
14 lines
427 B
Text
|
|
$FreeBSD$
|
|
|
|
--- Makefile.in.orig Fri Sep 24 02:10:11 2004
|
|
+++ Makefile.in Fri Sep 24 02:10:25 2004
|
|
@@ -207,7 +207,7 @@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
AUTOMAKE_OPTIONS = foreign dist-zip
|
|
-SUBDIRS = lib include doc examples win32 debian vq
|
|
+SUBDIRS = lib include $(DOC) examples win32 debian vq
|
|
m4datadir = $(prefix)/share/aclocal
|
|
m4data_DATA = vorbis.m4
|
|
pkgconfigdir = $(prefix)/libdata/pkgconfig
|