mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
11 lines
262 B
TOML
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"
|
|
] |