redox/recipes/wip/codecs/x265/recipe.toml
2026-05-09 05:41:58 +02:00

12 lines
336 B
TOML

#TODO need named semaphore
# build instructions: https://bitbucket.org/multicoreware/x265_git/src/master/build/README.txt#lines-68
[source]
tar = "https://bitbucket.org/multicoreware/x265_git/downloads/x265_4.2.tar.gz"
[build]
template = "custom"
script = """
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/source"
DYNAMIC_INIT
cookbook_cmake
"""