Fix compilation error with missing linphonecore_jni.h file.
This commit is contained in:
parent
dc4364b1d2
commit
64da0ca24f
2 changed files with 1 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -49,7 +49,6 @@ prepare-mediastreamer2:
|
|||
prepare-sources: prepare-ffmpeg prepare-ilbc prepare-vpx prepare-silk prepare-srtp prepare-mediastreamer2
|
||||
|
||||
generate-libs:
|
||||
mkdir -p $(TOPDIR)/gen && touch $(TOPDIR)/gen/linphonecore_jni.h
|
||||
$(NDK_PATH)/ndk-build LINPHONE_VERSION=$(LINPHONE_VERSION) BUILD_SILK=1 BUILD_AMRNB=full -j$(NUMCPUS)
|
||||
|
||||
update-project:
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2d9549f17d2680e0919a3975c05d10b86794817a
|
||||
Subproject commit fe595857dddfadb85df51af67620f035e7651c7d
|
Loading…
Reference in a new issue