Update libopus to 1.3.

This commit is contained in:
John Preston 2018-11-29 16:33:01 +04:00
parent e6b9caac61
commit 393244d44b
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ Go to ***BuildPath*** and run
git clone https://github.com/xiph/opus
cd opus
git checkout v1.2.1
git checkout v1.3
./autogen.sh
./configure
make $MAKE_THREADS_CNT

View File

@ -75,7 +75,7 @@ Go to ***BuildPath*** and run
git clone https://github.com/xiph/opus
cd opus
git checkout v1.2.1
git checkout v1.3
./autogen.sh
CFLAGS="-mmacosx-version-min=10.6" CPPFLAGS="-mmacosx-version-min=10.6" LDFLAGS="-mmacosx-version-min=10.6" ./configure --prefix=/usr/local/macold
make -j4

View File

@ -60,7 +60,7 @@ Go to ***BuildPath*** and run
git clone https://github.com/xiph/opus
cd opus
git checkout v1.2.1
git checkout v1.3
./autogen.sh
CFLAGS="-mmacosx-version-min=10.8" CPPFLAGS="-mmacosx-version-min=10.8" LDFLAGS="-mmacosx-version-min=10.8" ./configure
make -j4