Android: Removed libsndfile from extlib build scripts

This commit is contained in:
Mario Liebisch 2018-04-14 12:03:57 +02:00 committed by Lukas Dürrenberger
parent 5ebfef4803
commit b922b04b5e
2 changed files with 0 additions and 9 deletions

View file

@ -34,12 +34,6 @@ then
tar -C build -xf src/$OGG.tar.gz
fi
wget -nc -P src http://www.mega-nerd.com/libsndfile/files/$SNDFILE.tar.gz
if [ ! -d "$PWD/tmp/$SNDFILE" ]
then
tar -C build -xf src/$SNDFILE.tar.gz
fi
wget -nc -P src http://download.savannah.gnu.org/releases/freetype/$FREETYPE.tar.gz
if [ ! -d "$PWD/tmp/$FREETYPE" ]
then