mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 00:59:20 +00:00
Fix libvpx configure error in case of CC env variable set by user
This commit is contained in:
parent
945fb7005c
commit
85ede441ac
1 changed files with 9 additions and 1 deletions
|
|
@ -1,10 +1,18 @@
|
|||
|
||||
|
||||
# /!\ Unset compiler env variable is set by user to avoid error in configure such as:
|
||||
# 1) Requested extra CFLAGS '-fno-strict-aliasing' not supported by compiler
|
||||
# OR
|
||||
# 2) Unable to invoke compiler
|
||||
unexport CC
|
||||
|
||||
libvpx_dir?=externals/libvpx
|
||||
|
||||
libvpx_configure_options=\
|
||||
--enable-static --disable-shared \
|
||||
--disable-examples --disable-unit-tests \
|
||||
--enable-realtime-only --enable-spatial-resampling \
|
||||
--enable-vp8 --enable-multithread --disable-vp9
|
||||
--enable-vp8 --enable-multithread --disable-vp9
|
||||
|
||||
|
||||
ifeq ($(enable_debug),yes)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue