mirror of https://github.com/procxx/kepka.git
Update libopus to 1.3.
This commit is contained in:
parent
e6b9caac61
commit
393244d44b
|
@ -48,7 +48,7 @@ Go to ***BuildPath*** and run
|
||||||
|
|
||||||
git clone https://github.com/xiph/opus
|
git clone https://github.com/xiph/opus
|
||||||
cd opus
|
cd opus
|
||||||
git checkout v1.2.1
|
git checkout v1.3
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure
|
./configure
|
||||||
make $MAKE_THREADS_CNT
|
make $MAKE_THREADS_CNT
|
||||||
|
|
|
@ -75,7 +75,7 @@ Go to ***BuildPath*** and run
|
||||||
|
|
||||||
git clone https://github.com/xiph/opus
|
git clone https://github.com/xiph/opus
|
||||||
cd opus
|
cd opus
|
||||||
git checkout v1.2.1
|
git checkout v1.3
|
||||||
./autogen.sh
|
./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
|
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
|
make -j4
|
||||||
|
|
|
@ -60,7 +60,7 @@ Go to ***BuildPath*** and run
|
||||||
|
|
||||||
git clone https://github.com/xiph/opus
|
git clone https://github.com/xiph/opus
|
||||||
cd opus
|
cd opus
|
||||||
git checkout v1.2.1
|
git checkout v1.3
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
CFLAGS="-mmacosx-version-min=10.8" CPPFLAGS="-mmacosx-version-min=10.8" LDFLAGS="-mmacosx-version-min=10.8" ./configure
|
CFLAGS="-mmacosx-version-min=10.8" CPPFLAGS="-mmacosx-version-min=10.8" LDFLAGS="-mmacosx-version-min=10.8" ./configure
|
||||||
make -j4
|
make -j4
|
||||||
|
|
Loading…
Reference in New Issue