Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android编译arm64时失败 #55

Open
HelloTodayWolrd opened this issue Feb 18, 2022 · 3 comments
Open

Android编译arm64时失败 #55

HelloTodayWolrd opened this issue Feb 18, 2022 · 3 comments

Comments

@HelloTodayWolrd
Copy link

/player-android/jni/_install/lib/libavformat.a: error adding symbols: File in wrong format

@HelloTodayWolrd
Copy link
Author

已经编译过arm-7va,再编译arm64会报错。新建个文件夹,把build文件拷贝过去重新编译就好了

@jinliangking
Copy link

请教下是怎么android so 编译的,直接使用那个build脚本吗; 我这边运行报错

soundtouch-lib.cpp:39:24: fatal error: soundtouch.h: No such file or directory
#include "soundtouch.h"
^
compilation terminated.

@MRDHR
Copy link

MRDHR commented Jan 10, 2024

请教下是怎么android so 编译的,直接使用那个build脚本吗; 我这边运行报错

soundtouch-lib.cpp:39:24: fatal error: soundtouch.h: No such file or directory #include "soundtouch.h" ^ compilation terminated.

将#include "soundtouch.h"修改为#include "SoundTouch.h" 即可

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants