android: fix gas-preprocessor download

An HTML page would be downloaded instead of the perl script. Also marks
said script as executable, else FFmpeg won't build.

Change-Id: I1a4521762e6fda49061f9d1e21ef81d5a88f3642
This commit is contained in:
philippegorley
2017-07-11 12:08:31 -04:00
parent 9739c053b0
commit 006b8dc7be
2 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,7 @@ XZ_VERSION=5.2.2
XZ_URL=http://tukaani.org/xz/xz-$(XZ_VERSION).tar.bz2
GAS_VERSION=36bacb4cba27003c572e5bf7a9c4dfe3c9a8d40d
GAS_URL=https://github.com/FFmpeg/gas-preprocessor/blob/$(GAS_VERSION)/gas-preprocessor.pl
GAS_URL=https://raw.githubusercontent.com/FFmpeg/gas-preprocessor/$(GAS_VERSION)/gas-preprocessor.pl
SED_VERSION=4.2.2
SED_URL=$(GNU)/sed/sed-$(SED_VERSION).tar.bz2