SVT-AV1
SVT-AV1
SVT-AV1 on the Zig Build System.
Usage
Add this package to build.zig.zon:
zig fetch --save=SVT-AV1 git+https://github.com/KNnut/SVT-AV1
And then import SVT-AV1 in build.zig with:
const svt_av1_dep = b.dependency("SVT-AV1", .{
.target = target,
.optimize = optimize,
});
exe.root_module.linkLibrary(svt_av1_dep.artifact("SvtAv1Enc"));