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

Windows和Ubuntu编译问题 #39

Closed hlmyq closed 3 years ago

hlmyq commented 3 years ago

在Windows上无法编译,提示gcc不能创建可执行文件(引起原因是build**.sh中把ndk写死为32位路径)。cygwin无法编译成功,改了64位ndk路径也无法编译成功。

在Ubuntu上,build**.sh也是相同提示,需要更改里面CROSS_COMPILE=$NDK_HOME/toolchains/arm-linux-androideabi-4.9/prebuilt/windows/bin/arm-linux-androideabi- 为Linux的路径,否则不能正常编译

tanqinghai commented 3 years ago

具体可以查看我的博客https://blog.csdn.net/Dreamhai/article/details/110205922