mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
10 lines
280 B
TOML
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",
|
|
] |