mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
update submodule linphone
This commit is contained in:
parent
4caefb0b46
commit
d857077a77
3 changed files with 3 additions and 3 deletions
|
|
@ -99,7 +99,7 @@ LinphoneCoreVTable linphonec_vtable = {
|
|||
.call_state_changed =(LinphoneCallStateCb)linphone_iphone_call_state,
|
||||
.registration_state_changed = linphone_iphone_registration_state,
|
||||
.notify_recv = NULL,
|
||||
.new_unknown_subscriber = NULL,
|
||||
.new_subscription_request = NULL,
|
||||
.auth_info_requested = NULL,
|
||||
.display_status = linphone_iphone_display_status,
|
||||
.display_message=linphone_iphone_log,
|
||||
|
|
|
|||
|
|
@ -27,4 +27,4 @@ AR=${SDK_BIN_PATH}/ar
|
|||
RANLIB=${SDK_BIN_PATH}/ranlib
|
||||
|
||||
CPPFLAGS="-Dasm=__asm"
|
||||
LDFLAGS="-Wl,-syslibroot,${SYSROOT_PATH}"
|
||||
LDFLAGS="-Wl,-syslibroot,${SYSROOT_PATH} -framework CFNetwork"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9c34a0c084b44ab919306af249647c10904eb7dc
|
||||
Subproject commit b6535cd6deb7d821c52ac31ea534cf5529ab8e5d
|
||||
Loading…
Add table
Reference in a new issue