-
Notifications
You must be signed in to change notification settings - Fork 1
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
在ubuntu上编译报错 #2
Comments
该仓库还处于调试阶段,周期较长,
|
好的 大佬加您Q了麻烦通过一下 |
我刚刚发现配置文件已经禁用了 |
export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --disable-avdevice"
|
耗时一个多星期终于基于这个版本一通修改编译出来了。目前主要是编译的Android arm64的 1.升级了opennssl:
3.ijkplayer在sh compile-ijk.sh arm64 编译时会报错,ijkplayer里面的c代码和makefile都需要修改: 4.参照本项目作者的共享版本以及https://github.com/ShikinChen/ijkplayer-android 作者的静态库版本修改适配的ffmpeg6.1。 虽然ijk官方好久没更新了,希望大家群策群力,相互帮助,把ijk盘起来!若有需要,可以站内联系,或者建一个维护群。 |
维护群 建起来 |
In file included from libavdevice/dshow.c:22:
libavdevice/dshow_capture.h:30:10: fatal error: windows.h: 没有那个文件或目录
30 | #include <windows.h>
| ^~~~~~~~~~~
compilation terminated.
make: *** [libavdevice/dshow.o] Error 1
The text was updated successfully, but these errors were encountered: