Fix lpc2xml xml2lpc compilation for noneon
This commit is contained in:
parent
c831470e14
commit
055a513fd3
2 changed files with 4 additions and 2 deletions
|
@ -41,9 +41,11 @@ ifeq ($(BUILD_UPNP),1)
|
|||
include $(linphone-root-dir)/submodules/externals/build/libupnp/Android.mk
|
||||
endif
|
||||
|
||||
#libxml2
|
||||
#libxml2 + xml2lpc + lpc2xml
|
||||
ifeq ($(BUILD_REMOTE_PROVISIONING),1)
|
||||
include $(linphone-root-dir)/submodules/externals/build/libxml2/Android.mk
|
||||
include $(linphone-root-dir)/submodules/linphone/build/android/xml2lpc.mk
|
||||
include $(linphone-root-dir)/submodules/linphone/build/android/lpc2xml.mk
|
||||
endif
|
||||
|
||||
# Speex
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1736d38e98260bd8441a90e549260ddda8d2243d
|
||||
Subproject commit d630e0a99decbed3e9a5437b680801dd236beb40
|
Loading…
Reference in a new issue