diff options
author | konablend <[email protected]> | 2009-03-09 04:58:02 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-03-09 04:58:02 +0000 |
commit | d4a68b10bcfd76631e451a8af7cdfefb9ae1ad72 (patch) | |
tree | 6188f90e3599d590650c0b15a15f022199cb0680 /contrib/libvorbis | |
parent | afbc7342acb118971fbec64de7bd3c66f515c524 (diff) |
libvorbis: disabled build of examples
- libvorbis autotooling leaves a lot to be desired; when building examples it
tends to find libogg in all the wrong places, even when specifying --with-ogg=DIR
we still must resort to other hacks to disable pkg-config.
- we don't need the examples; and disabling them is likely to make HB builds with less issues.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2245 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libvorbis')
-rw-r--r-- | contrib/libvorbis/A00-disable-examples.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/libvorbis/A00-disable-examples.patch b/contrib/libvorbis/A00-disable-examples.patch new file mode 100644 index 000000000..7c163a8be --- /dev/null +++ b/contrib/libvorbis/A00-disable-examples.patch @@ -0,0 +1,12 @@ +diff -Naur libvorbis.orig/Makefile.in libvorbis/Makefile.in +--- libvorbis.orig/Makefile.in 2007-09-14 02:02:10.000000000 -0400 ++++ libvorbis/Makefile.in 2009-03-04 21:20:22.000000000 -0500 +@@ -223,7 +223,7 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + AUTOMAKE_OPTIONS = foreign dist-zip +-SUBDIRS = lib include doc examples vq ++SUBDIRS = lib include doc vq + m4datadir = $(datadir)/aclocal + m4data_DATA = vorbis.m4 + pkgconfigdir = $(libdir)/pkgconfig |