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

11 lines
262 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/ultravideo/uvg266#compiling-uvg266
[source]
git = "https://github.com/ultravideo/uvg266"
rev = "v0.8.1"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_TESTS=OFF"
]