forked from mirrors/linphone-iphone
Add "--target=x86_64-darwin10-gcc" to the list of parameters to pass to the configure of libvpx
This commit is contained in:
parent
8415d54b4d
commit
a087df052a
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ The next pieces need to be compiled manually.
|
|||
git clone https://chromium.googlesource.com/webm/libvpx -b v1.3.0
|
||||
cd libvpx
|
||||
./configure --prefix=/opt/local \
|
||||
--target=x86_64-darwin10-gcc \
|
||||
--enable-error-concealment \
|
||||
--enable-multithread \
|
||||
--enable-realtime-only \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue