ffmpeg
ffmpeg copied to clipboard
FFmpeg Zig package
git hash: 4a1cdff5ee438e016853b4803ac40c3f8f0c3f53 zig : 0.12.0 ```bash zig build ``` --- last log ``` /Users/gxk/toy/zig/ffmpeg/libavcodec/4xm.c:34:10: note: in file included from /Users/gxk/toy/zig/ffmpeg/libavcodec/4xm.c:34: #include "libavutil/thread.h" ^ /Users/gxk/toy/zig/ffmpeg/libavutil/thread.h:28:10: error: 'sys/prctl.h' file not found...
Hey! I'm trying to build the project on windows but it fails with the following error ``` nasm.zig build-exe nasm ReleaseFast native: error: error(compilation): clang failed with stderr: In file...
OS: ubuntu24.04 Zig: 0.14.0-dev.1304+7d54c62c8 branch: main I also try to build on ubuntu18.04(at company), it got same error. compile command: zig build -Dtarget=arm-linux-gnueabihf build log: [build.log](https://github.com/user-attachments/files/16741050/build.log) some log messages; ```log...