mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Android: Removed libsndfile from extlib build scripts
This commit is contained in:
parent
5ebfef4803
commit
b922b04b5e
@ -48,9 +48,6 @@ rm $DESTDIR/$1/usr/lib/libFLAC*.so*
|
|||||||
cd $LOCALDIR/build/libvorbis-* && sed -i 's/-version-info/-avoid-version/g' lib/Makefile.in lib/Makefile.am && ./configure $HOST $PREFIX --enable-shared=no && make && make install
|
cd $LOCALDIR/build/libvorbis-* && sed -i 's/-version-info/-avoid-version/g' lib/Makefile.in lib/Makefile.am && ./configure $HOST $PREFIX --enable-shared=no && make && make install
|
||||||
rm $DESTDIR/$1/usr/lib/libvorbis*.so*
|
rm $DESTDIR/$1/usr/lib/libvorbis*.so*
|
||||||
|
|
||||||
# Compile libsndfile (important: --disable-sqlite)
|
|
||||||
cd $LOCALDIR/build/libsndfile-* && sed -i 's/-version-info/-avoid-version/g' src/Makefile.in src/Makefile.am && ./configure $HOST $PREFIX --disable-sqlite && make && make install
|
|
||||||
|
|
||||||
# Compile freetype
|
# Compile freetype
|
||||||
cd $LOCALDIR/build/freetype-* && sed -i 's/-version-info/-avoid-version/g' builds/unix/unix-cc.in && ./configure $HOST $PREFIX && make && make install
|
cd $LOCALDIR/build/freetype-* && sed -i 's/-version-info/-avoid-version/g' builds/unix/unix-cc.in && ./configure $HOST $PREFIX && make && make install
|
||||||
|
|
||||||
|
@ -34,12 +34,6 @@ then
|
|||||||
tar -C build -xf src/$OGG.tar.gz
|
tar -C build -xf src/$OGG.tar.gz
|
||||||
fi
|
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
|
wget -nc -P src http://download.savannah.gnu.org/releases/freetype/$FREETYPE.tar.gz
|
||||||
if [ ! -d "$PWD/tmp/$FREETYPE" ]
|
if [ ! -d "$PWD/tmp/$FREETYPE" ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user