-
Notifications
You must be signed in to change notification settings - Fork 92
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
编译报错 libavutil/application.c:25:14: fatal error: 'openssl/evp.h' file not found #include <openssl/evp.h> #50
Comments
按照 github action 中的步骤进行编译 .github/workflows/android_release.yml 应该不会有啥问题 |
博主的意思是看Actions的yaml脚本的步骤编译 |
是的 |
按照 actions 的 yaml 的步骤还是提示 ➜ ios git:(master) ✗ sh compile-ffmpeg.sh all[*] check xcode versionFF_ALL_ARCHS = armv7 arm64 i386 x86_64[*] check hostFF_ARCH=armv7
|
当我下载完ffmpeg安装给定的命令./compile-ffmpeg.sh all 编译的时候报了如下错误:
`[*] compile ffmpeg
CC libavutil/application.o
CC libavutil/buffer.o
CC libavutil/camellia.o
clangclang: : warningwarning: clang: : optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]warning
: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
libavutil/application.c:25:14: fatal error: 'openssl/evp.h' file not found
#include <openssl/evp.h>
^~~~~~~~~~~~~~~
1 error generated.
make: *** [libavutil/application.o] Error 1
make: *** Waiting for unfinished jobs....`
请问您之前有遇到过吗? 该如何解决
The text was updated successfully, but these errors were encountered: