Skip to content

KNnut/dav1d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dav1d

dav1d on the Zig Build System.

Usage

Add this package to build.zig.zon:

zig fetch --save git+https://github.com/KNnut/dav1d

And then import dav1d in build.zig with:

const dav1d_dep = b.dependency("dav1d", .{
    .target = target,
    .optimize = optimize,
});
exe.root_module.linkLibrary(dav1d_dep.artifact("dav1d"));

About

dav1d on the Zig Build System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages