bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.54k stars 8.13k forks source link

iOS编译时 'libavutil/log.h' file not found #4660

Open alinaZL opened 5 years ago

alinaZL commented 5 years ago

执行./compile-ffmpeg.sh all时出现: ./libavutil/arm/asm.S:50:9: error: unknown directive .arch armv7-a ^ CC libavcodec/arm/blockdsp_init_arm.o make: [libavcodec/arm/aacpsdsp_neon.o] Error 1 make: Waiting for unfinished jobs.... clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]

aaword commented 5 years ago

去掉armv7试试

mingzoff commented 5 years ago

我也遇到了 求解

LongTeng123 commented 5 years ago

我也是,怎么破。。

SylarCao commented 3 years ago

armv7 去掉可以运行成功

allocolloid commented 3 years ago

armv7 去掉可以运行成功

请问都需要去掉哪些文件里面的armv7???