Added static opus libraries and headers
This commit is contained in:
parent
33030541b8
commit
122e28f906
16 changed files with 4677 additions and 6 deletions
|
@ -49,8 +49,8 @@ cd $LOCALDIR/build/libvorbis-* && sed -i 's/-version-info/-avoid-version/g' lib
|
|||
rm $DESTDIR/$1/usr/lib/libvorbis*.so*
|
||||
|
||||
# Compile OPUS and OPUSFILE
|
||||
cd $LOCALDIR/build/opus-* && sed -i 's/-version-info/-avoid-version/g' Makefile.in Makefile.am && ./configure $HOST $PREFIX --enabled-shared=no && make && make install
|
||||
cd $LOCALDIR/build/opusfile-* && sed -i 's/-version-info/-avoid-version/g' Makefile.in Makefile.am && ./configure $HOST $PREFIX --enabled-shared=no && make && make install
|
||||
cd $LOCALDIR/build/opus-* && sed -i 's/-version-info/-avoid-version/g' Makefile.in Makefile.am && ./configure $HOST $PREFIX --enable-shared=no && make && make install
|
||||
cd $LOCALDIR/build/opusfile-* && sed -i 's/-version-info/-avoid-version/g' Makefile.in Makefile.am && ./configure $HOST $PREFIX --enable-shared=no && make && make install
|
||||
rm $DESTDIR/$1/usr/lib/libopus*.so*
|
||||
|
||||
# Compile freetype
|
||||
|
|
|
@ -19,13 +19,13 @@ create_toolchain () {
|
|||
|
||||
if [ "$2" = "arm" ]
|
||||
then
|
||||
TOOLCHAIN=--toolchain=arm-linux-androideabi-4.8
|
||||
TOOLCHAIN=--toolchain=arm-linux-androideabi-4.9
|
||||
elif [ "$2" = "x86" ]
|
||||
then
|
||||
TOOLCHAIN=--toolchain=x86-4.8
|
||||
TOOLCHAIN=--toolchain=x86-4.9
|
||||
elif [ "$2" = "mips" ]
|
||||
then
|
||||
TOOLCHAIN=--toolchain=mipsel-linux-android-4.8
|
||||
TOOLCHAIN=--toolchain=mipsel-linux-android-4.9
|
||||
else
|
||||
echo "Abort."
|
||||
exit 1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
FLAC_VERSION=1.2.1
|
||||
VORBIS_VERSION=1.3.3
|
||||
OGG_VERSION=1.3.1
|
||||
OGG_VERSION=1.3.2
|
||||
OPUS_VERSION=1.1.2
|
||||
OPUSFILE_VERSION=0.7
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue