redox/recipes/wip/libs/libde265/recipe.toml
2024-02-22 03:31:34 +00:00

13 lines
270 B
TOML

#TODO compilation error
[source]
tar = "https://github.com/strukturag/libde265/releases/download/v1.0.14/libde265-1.0.14.tar.gz"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-dec265
--disable-sherlock265
)
cookbook_configure
"""