rockcarry / fanplayer

A portable video player based on ffmpeg for windows and android platform.
GNU Lesser General Public License v3.0
606 stars 161 forks source link

Android编译arm64时失败 #55

Open HelloTodayWolrd opened 2 years ago

HelloTodayWolrd commented 2 years ago

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

HelloTodayWolrd commented 2 years ago

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

jinliangking commented 2 years ago

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

soundtouch-lib.cpp:39:24: fatal error: soundtouch.h: No such file or directory

include "soundtouch.h"

                    ^

compilation terminated.

MRDHR commented 8 months ago

请教下是怎么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" 即可