[vlc-commits] Contribs: update vorbis to 1.3.4

Jean-Baptiste Kempf git at videolan.org
Fri Jan 24 15:24:47 CET 2014


vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 24 15:17:11 2014 +0100| [62f98a98a97efb257f3f70eff5532ae1b188b4d6] | committer: Jean-Baptiste Kempf

Contribs: update vorbis to 1.3.4

"The primary feature of this release is reduced static data size in
 libvorbisenc."
"No functional changes, but the encoder lib is now a shade over 25% the
 size it was in the 1.3.3 release."

Before: libvorbis_plugin.dll: 1.7MB
After:  libvorbis_plugin.dll: 717kB
(cherry picked from commit a9712eb1304a85a05e203b2c30a68fb304172c63)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=62f98a98a97efb257f3f70eff5532ae1b188b4d6
---

 contrib/src/vorbis/SHA512SUMS |    2 +-
 contrib/src/vorbis/rules.mak  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/vorbis/SHA512SUMS b/contrib/src/vorbis/SHA512SUMS
index a9fd07e..7f4234f 100644
--- a/contrib/src/vorbis/SHA512SUMS
+++ b/contrib/src/vorbis/SHA512SUMS
@@ -1 +1 @@
-6b579517b9caba293ccf88c8806689076ef9c122e5424c704a81a4c461dbc67147dadee1b9a7a678a75c95ab9ed17b98ac1a5da6e2bcd6f7eab19c17616d529f  libvorbis-1.3.3.tar.xz
+f705c7740bec2dc6584ab8f103491a9d462136e3fa76454bde47e2ba04466b896ef066f7f925ad0a44d4c659c962717bc9099b3cecc20f12270d0ad53369ad53  libvorbis-1.3.4.tar.xz
diff --git a/contrib/src/vorbis/rules.mak b/contrib/src/vorbis/rules.mak
index 34f2e0c..eedfbb1 100644
--- a/contrib/src/vorbis/rules.mak
+++ b/contrib/src/vorbis/rules.mak
@@ -1,6 +1,6 @@
 # libvorbis
 
-VORBIS_VERSION := 1.3.3
+VORBIS_VERSION := 1.3.4
 VORBIS_URL := http://downloads.xiph.org/releases/vorbis/libvorbis-$(VORBIS_VERSION).tar.xz
 #VORBIS_URL := $(CONTRIB_VIDEOLAN)/libvorbis-$(VORBIS_VERSION).tar.gz
 



More information about the vlc-commits mailing list