redox/recipes/wip/codecs/dav1d/recipe.toml
2026-01-29 11:43:04 -03:00

10 lines
280 B
TOML

#TODO not compiled or tested
# build instructions: https://code.videolan.org/videolan/dav1d#compile
[source]
tar = "https://downloads.videolan.org/videolan/dav1d/1.5.3/dav1d-1.5.3.tar.xz"
shallow_clone = true
[build]
template = "meson"
mesonflags = [
"-Denable_tests=false",
]