Skip to content
Snippets Groups Projects
Commit 109031b3 authored by Adrien Béraud's avatar Adrien Béraud Committed by Adrien Béraud
Browse files

extra/tools: update gaz-preprocessor

An old, unsupported version of gaz-preprocessor
was used. Current FFmpeg for Android/iOS requires
a new version.

Update gaz-preprocessor by downloading the standalone
perl script directly from the FFmpeg repo

Change-Id: If77ef756e17ef8a5899d746f7e882337e7bef8eb
parent cb99f49f
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ $CXX
PREFIX=\$(abspath ./build)
all: $NEEDED
@echo "You are ready to build SFLPhone and its contribs"
@echo "You are ready to build Ring and its contribs"
include tools.mak
EOF
......@@ -31,8 +31,8 @@ TAR_URL=$(GNU)/tar/tar-$(TAR_VERSION).tar.bz2
XZ_VERSION=5.2.2
XZ_URL=http://tukaani.org/xz/xz-$(XZ_VERSION).tar.bz2
GAS_VERSION=72887b9
GAS_URL=http://git.libav.org/?p=gas-preprocessor.git;a=snapshot;h=$(GAS_VERSION);sf=tgz
GAS_VERSION=36bacb4cba27003c572e5bf7a9c4dfe3c9a8d40d
GAS_URL=https://github.com/FFmpeg/gas-preprocessor/blob/$(GAS_VERSION)/gas-preprocessor.pl
SED_VERSION=4.2.2
SED_URL=$(GNU)/sed/sed-$(SED_VERSION).tar.bz2
......
......@@ -211,21 +211,16 @@ CLEAN_PKG += pkgconfig
DISTCLEAN_PKG += pkg-config-$(PKGCFG_VERSION).tar.gz
# gas-preprocessor
gas-preprocessor-$(GAS_VERSION).tar.gz:
gas-preprocessor-$(GAS_VERSION).pl:
$(call download,$(GAS_URL))
gas: gas-preprocessor-$(GAS_VERSION).tar.gz
$(UNPACK)
$(MOVE)
.gas: gas
.gas: gas-preprocessor-$(GAS_VERSION).pl
mkdir -p $(PREFIX)/bin
cp gas/gas-preprocessor.pl $(PREFIX)/build/bin/
cp gas-preprocessor-$(GAS_VERSION).pl $(PREFIX)/bin/gas-preprocessor
touch $@
CLEAN_FILE += .gas
CLEAN_PKG += gas
DISTCLEAN_PKG += yuvi-gas-preprocessor-$(GAS_VERSION).tar.gz
DISTCLEAN_PKG += gas-preprocessor-$(GAS_VERSION).pl
# GNU sed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment