hi! I'm just starting out with learning zig, and I'm working on a project that requires ffmpeg bindings. I found allyourcodebase/ffmpeg, zig fetch --save'ed it, and then I tried to run the example that's in the repo. but no matter what I try to do, when I run the program it says no module named av/ffmpeg/libffmpeg (I've tried all 3 of those). I've checked my build.zig.zon and it's there as libffmpeg, so I don't know what I'm doing wrong. am I importing the module incorrectly or is something else wrong?
#importing ffmpeg - beginner question
1 messages · Page 1 of 1 (latest)
you need to also add it in your build.zig. instructions: https://github.com/allyourcodebase/ffmpeg/pull/17/files