【发布时间】:2013-12-05 11:51:18
【问题描述】:
我已经从 Github 下载了适用于 Android 的 linphone。
我也遵循了自述文件中的所有说明。问题是当我运行ndk-build 命令时,它会产生以下错误。
Android NDK: ERROR:jni/..//submodules/externals/build/ffmpeg/Android.mk:avutil-linphone: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that jni/..//submodules/externals/build/ffmpeg/arm/libavutil/libavutil-linphone-arm.so exists or that its path is correct
/cygdrive/c/development/android-ndk-r9b/build/core/prebuilt-library.mk:45: *** Android NDK: Aborting . Stop.
what this error mean ? & how can i resolve this?我已经花了很多时间来搜索这个错误但没有成功...
我的操作系统是窗口 7,我使用 cygwin 执行命令。
我在 SO
Android NDK error when using FFmpeg in Android?
上面写着Basically problem was with ffmpeg lib.I was not able to compile ffmpeg lib on Windows 7. I switched to Ubuntu & tried AppUnite & after spending so many hours it was working.
is it not possible to build linphone on windows ???
【问题讨论】:
标签: android build android-ndk ffmpeg linphone