diff options
author | jstebbins <[email protected]> | 2011-10-21 17:44:51 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-10-21 17:44:51 +0000 |
commit | 0b7fe842f95fd84668887fa0584697b247ecdd71 (patch) | |
tree | 369a313d7ca0571401bdf5c74517edba332ef733 /contrib/libvorbis/A00-disable-examples.patch | |
parent | 3883a7c917b37f906bb5650e25c3dd516fcd8853 (diff) |
bump libvorbis from aoTuV b5 to b6.03
Libvorbis aoTuV was unified with Xiph.Org's libvorbis1.3.2.
Many bug fixes and improvements.
Enlarge buffer for audio headers. The new vorbis generates
larger code book headers.
patch configure to fix llvm -O4 bug
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4302 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libvorbis/A00-disable-examples.patch')
-rw-r--r-- | contrib/libvorbis/A00-disable-examples.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/libvorbis/A00-disable-examples.patch b/contrib/libvorbis/A00-disable-examples.patch deleted file mode 100644 index 7c163a8be..000000000 --- a/contrib/libvorbis/A00-disable-examples.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 |