redox/recipes/wip/codecs/fdkaac/recipe.toml
2026-05-15 05:28:54 -03:00

15 lines
304 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/nu774/fdkaac/blob/master/INSTALL
[source]
git = "https://github.com/nu774/fdkaac"
rev = "v1.0.7"
shallow_clone = true
script = """
autotools_recursive_regenerate
"""
[build]
template = "configure"
dependencies = [
"libfdk-aac",
]