Added example opus file, added libopus to android scripts.
This commit is contained in:
parent
dc7d81f5dc
commit
00152be845
5 changed files with 27 additions and 3 deletions
5
tools/android/compile_libs.sh
Executable file → Normal file
5
tools/android/compile_libs.sh
Executable file → Normal file
|
@ -48,6 +48,11 @@ 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
|
||||
rm $DESTDIR/$1/usr/lib/libvorbis*.so*
|
||||
|
||||
# Compile OPUS and OPUSFILE
|
||||
cd $LOCALDIR/build/opus-* && sed -i '-version-info/-avoid-version/g' Makefile.in Makefile.am && ./configure $HOST $PREFIX --enabled-shared=no && make && make install
|
||||
cd $LOCALDIR/build/opusfile-* && sed -i '-version-info/-avoid-version/g' Makefile.in Makefile.am && ./configure $HOST $PREFIX --enabled-shared=no && make && make install
|
||||
rm $DESTDIR/$1/usr/lib/libopus*.so*
|
||||
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue