Android linphoneprepare_sources.sh
我正在尝试编译适用于 android 的 linphone,但我无法设法通过 throw prepare_sources.sh。 我已经安装了所有依赖项并下载了ndk。有没有办法安装ndk?我没找到! 我正在 Ubuntu 10.11 中工作。 执行prepare_sources.sh时得到的输出是:
Applying patch to ffmpeg
patching file submodules/externals/ffmpeg/libavcodec/arm/int_neon.S
Hunk #1 FAILED at 35.
Hunk #2 FAILED at 55.
2 out of 2 hunks FAILED -- saving rejects to file submodules/externals/ffmpeg/libavcodec
/arm/int_neon.S.rej
cd: 12: can't cd to /home/glot/git/linphone-android/submodules/libilbc-rfc3951
iLBC prepare stage failed
find: «../../libvpx/»: No existe el archivo o directorio
cp: el destino, «../../libvpx/», no es un directorio
VP8 prepare stage failed.
cd: 16: can't cd to /home/glot/git/linphone-android/submodules/mssilk
SILK audio plugin prepare state failed.
非常感谢!
I am trying to compile linphone for android but I'm but I can't manage to pass throw prepare_sources.sh.
I have installed all dependencies and download ndk. Is there a way to install ndk? I didn't found it!
I'm working in Ubuntu 10.11.
The output I get when I execute prepare_sources.sh is:
Applying patch to ffmpeg
patching file submodules/externals/ffmpeg/libavcodec/arm/int_neon.S
Hunk #1 FAILED at 35.
Hunk #2 FAILED at 55.
2 out of 2 hunks FAILED -- saving rejects to file submodules/externals/ffmpeg/libavcodec
/arm/int_neon.S.rej
cd: 12: can't cd to /home/glot/git/linphone-android/submodules/libilbc-rfc3951
iLBC prepare stage failed
find: «../../libvpx/»: No existe el archivo o directorio
cp: el destino, «../../libvpx/», no es un directorio
VP8 prepare stage failed.
cd: 16: can't cd to /home/glot/git/linphone-android/submodules/mssilk
SILK audio plugin prepare state failed.
Thank you very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您仍然需要答案...
打开终端,
If you still need an answer...
Open your terminal
我在 Mac 上工作,但遇到了同样的错误,我发现此文件中的一些更改对我有帮助:
第 45 行,将其更改为 :
并执行:
./prepare_sources.sh /home/android-ndk-r7b/
cd /home/android-ndk-r7b/
NDK_PROJECT_PATH=/home/your_downloaded_project_path/
./ndk_build clean
./ndk_build -我
希望它有帮助。
注意:
我从这里找到它:https://groups.google.com/a/webmproject.org/forum/#!msg/webm-discuss/OdEWb-rBBhw/_GMux8jTOnoJ
I work in Mac but I get the same error and I found out that some changes in this file helped me:
Line 45, change it to :
and do:
cd /home/your_downloaded_project_path/
./prepare_sources.sh /home/android-ndk-r7b/
cd /home/android-ndk-r7b/
NDK_PROJECT_PATH=/home/your_downloaded_project_path/
./ndk_build clean
./ndk_build -i
Hope it helps.
NB:
I found it from here: https://groups.google.com/a/webmproject.org/forum/#!msg/webm-discuss/OdEWb-rBBhw/_GMux8jTOnoJ