Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 386 Bytes

File metadata and controls

23 lines (16 loc) · 386 Bytes

libdav1d-build

build scripts for dav1d

This is a component of the MPVKit project.

Installation

Swift Package Manager

https://github.com/mpvkit/libdav1d-build.git

How to build

make build
# or build specified platforms 
make build platform=ios,macos
# or see help
make help