mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix crash in mediastreamer2
fix symbol conflict with sha256
This commit is contained in:
parent
e91dc6759a
commit
15fb9cac57
2 changed files with 5 additions and 1 deletions
|
|
@ -44,6 +44,10 @@ echo "Selecting SDK path = ${SYSROOT_PATH}"
|
|||
|
||||
COMMON_FLAGS=" -arch ${ARCH} ${MCPU} -isysroot ${SYSROOT_PATH} -${CLANG_TARGET_SPECIFIER}=${SDK_VERSION} -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions"
|
||||
|
||||
#workaround for polarssl conflicting symbols
|
||||
|
||||
COMMON_FLAGS="$COMMON_FLAGS -Dsha256=polarssl_sha256"
|
||||
|
||||
# silence clang unused operators. This is temporary, we should find a way to compile 3rd party with correct flags :(
|
||||
COMMON_FLAGS="-Qunused-arguments -Wno-unknown-warning-option -Wno-unused-command-line-argument-hard-error-in-future $COMMON_FLAGS"
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 28f4a815f6be83516748a2af610d69629f0ab593
|
||||
Subproject commit e5d8ff817a5de726d75a6a69791d6a9603fe6460
|
||||
Loading…
Add table
Reference in a new issue