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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue