mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Update Mediastreamer2
Add flag to compile with contact header in android
This commit is contained in:
parent
fa16748aa6
commit
c6ceda063e
2 changed files with 5 additions and 1 deletions
|
|
@ -85,6 +85,10 @@ LOCAL_CFLAGS += -DHAVE_X264
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(BUILD_CONTACT_HEADER),1)
|
||||
LOCAL_CFLAGS += -DSAL_OP_CALL_FORCE_CONTACT_IN_RINGING
|
||||
endif
|
||||
|
||||
ifeq ($(USE_JAVAH),1)
|
||||
LOCAL_CFLAGS += -DUSE_JAVAH
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9a7e57405031f92e2a46c294592bd89ec41ef25a
|
||||
Subproject commit f8cba968622ce3400d2c67bfb8a248ef48363627
|
||||
Loading…
Add table
Reference in a new issue