Skip to content

KNnut/SVT-AV1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"));

About

SVT-AV1 on the Zig Build System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages