Add "--target=x86_64-darwin10-gcc" to the list of parameters to pass to the configure of libvpx

This commit is contained in:
François Grisez 2015-06-08 10:36:22 +02:00
parent 8415d54b4d
commit a087df052a

View file

@ -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 \