]> git.sesse.net Git - vlc/commitdiff
extras/tools: use another gas-pp fork fixing mp1/2/3 decoding on iOS on ARM
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 28 May 2013 12:22:02 +0000 (14:22 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 9 Jun 2013 09:54:39 +0000 (11:54 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
extras/tools/packages.mak
extras/tools/tools.mak

index 60ac2b5d4082dbaf30cc848e4267ab4c6fd6cb8b..e0247bae8e38a30667a1b6530b3d7b999e68d4f2 100644 (file)
@@ -32,8 +32,8 @@ XZ_URL=http://tukaani.org/xz/xz-$(XZ_VERSION).tar.bz2
 OPENSSL_VERSION=1.0.0e
 OPENSSL_URL=http://www.openssl.org/source/openssl-$(OPENSSL_VERSION).tar.gz
 
-GAS_URL=https://github.com/mansr/gas-preprocessor/tarball/master
-GAS_VERSION=76a72f0
+GAS_URL=https://github.com/libav/gas-preprocessor/tarball/master
+GAS_VERSION=c76b628
 
 RAGEL_VERSION=6.8
 RAGEL_URL=http://www.complang.org/ragel/ragel-$(RAGEL_VERSION).tar.gz
index c9c94a149f475db57b96a6b42e57dfc43092f150..d33e67c2149c63a27749655d521fe378292369f0 100644 (file)
@@ -216,10 +216,10 @@ CLEAN_PKG += openssl
 DISTCLEAN_PKG += openssl-$(OPENSSL_VERSION).tar.gz
 
 # gas-preprocessor
-mansr-gas-preprocessor-$(GAS_VERSION).tar.gz:
+libav-gas-preprocessor-$(GAS_VERSION).tar.gz:
        $(call download,$(GAS_URL))
 
-gas: mansr-gas-preprocessor-$(GAS_VERSION).tar.gz
+gas: libav-gas-preprocessor-$(GAS_VERSION).tar.gz
        $(UNPACK)
        $(MOVE)