mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
11 lines
276 B
TOML
11 lines
276 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/strukturag/libheif#compiling
|
|
[source]
|
|
tar = "https://github.com/strukturag/libheif/releases/download/v1.17.5/libheif-1.17.5.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"x265",
|
|
"libde265",
|
|
]
|