mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
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
This commit is contained in:

committed by
Adrien Béraud

parent
cb99f49fc7
commit
109031b338
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user