You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ffmpeg-android-build/scripts/libfreetype/download.sh

9 lines
246 B

#!/usr/bin/env bash
source ${SCRIPTS_DIR}/common-functions.sh
FREETYPE_VERSION=2.13.0
downloadTarArchive \
"libfreetype" \
"https://nav.dl.sourceforge.net/project/freetype/freetype2/${FREETYPE_VERSION}/freetype-${FREETYPE_VERSION}.tar.gz"