diff options
author | jstebbins <[email protected]> | 2010-10-23 18:23:54 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-10-23 18:23:54 +0000 |
commit | 03f8152784942c79831e3f48d8cdeed6ddf98e0f (patch) | |
tree | 16f2ba74f10bcdd60c19a4366db33338fc3527dc /contrib/libvorbis | |
parent | 6540713a804cff448f828bd365d6177a20c81559 (diff) |
add bootstrap step to vorbis configure and patch document generation problem
mingw64 doesn't work with the aclocal.m4 packaged with libvorbis, so we
need to regenerate it. There's also a bug in the build config for
documents that gets tickled by mingw64.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3615 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libvorbis')
-rw-r--r-- | contrib/libvorbis/A01-docs.patch | 34 | ||||
-rw-r--r-- | contrib/libvorbis/module.defs | 2 |
2 files changed, 36 insertions, 0 deletions
diff --git a/contrib/libvorbis/A01-docs.patch b/contrib/libvorbis/A01-docs.patch new file mode 100644 index 000000000..817345706 --- /dev/null +++ b/contrib/libvorbis/A01-docs.patch @@ -0,0 +1,34 @@ +--- libvorbis/doc/Makefile.am 2005-11-27 21:43:22.000000000 -0800 ++++ xxx/doc/Makefile.am 2010-09-11 09:29:32.849597873 -0700 +@@ -30,7 +30,18 @@ + vorbisword2.png \ + wait.png \ + white-ogg.png \ +- white-xifish.png ++ components.png \ ++ floor1-1.png \ ++ floor1-2.png \ ++ floor1-3.png \ ++ floor1-4.png \ ++ hufftree.png \ ++ hufftree-under.png \ ++ residue-pack.png \ ++ residue2.png \ ++ white-xifish.png \ ++ window1.png \ ++ window2.png + + ### FIXME: bits needed by the spec which lives in xml + SPEC_PNG = \ +@@ -55,9 +66,9 @@ + + # conditionally make the generated documentation + if BUILD_DOCS +-doc_DATA = $(static_docs) $(SPEC_PNG) $(built_docs) ++doc_DATA = $(static_docs) $(built_docs) + else +-doc_DATA = $(static_docs) $(SPEC_PNG) ++doc_DATA = $(static_docs) + endif + + EXTRA_DIST = $(static_docs) $(doc_sources) \ diff --git a/contrib/libvorbis/module.defs b/contrib/libvorbis/module.defs index df7339c7f..d3795dfd6 100644 --- a/contrib/libvorbis/module.defs +++ b/contrib/libvorbis/module.defs @@ -5,3 +5,5 @@ LIBVORBIS.FETCH.url = http://download.m0k.org/handbrake/contrib/libvorbis-aotuv_ LIBVORBIS.EXTRACT.tarbase = libvorbis LIBVORBIS.CONFIGURE.extra = --with-ogg=$(call fn.ABSOLUTE,$(CONTRIB.build/)) HAVE_PKG_CONFIG="no" + +LIBVORBIS.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; |