Linphone NDK compilation error

让人想犯罪 __ 提交于 2019-12-25 05:24:22

问题


Getting error when trying to compile Linphone Native Library using NDK

G:\WorkSpaces\Demo\LinphoneLauncherActivity>G:\android-ndk-r8d-windows\android-n
dk-r8d\ndk-build

Build X264 plugin for mediastreamer2

"Compile arm  : vpx <= vpx_mem.c

In file included from jni/..//submodules/externals/build/libvpx/../../libvpx/vpx
_mem/vpx_mem.c:18:0:

jni/..//submodules/externals/build/libvpx/../../libvpx/vpx_mem/include/vpx_mem_i
ntrnl.h:14:24: fatal error: vpx_config.h: No such file or directory
compilation terminated.

make: *** [obj/local/armeabi-v7a/objs/vpx/vpx_mem/vpx_mem.o] Error 1

Any solution or help regarding this is thankful.. Please help if anybody knows.


回答1:


You should follow the linphone instructions, or at least run the prepare_sources.sh script.



来源:https://stackoverflow.com/questions/17761582/linphone-ndk-compilation-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!