mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
15 lines
304 B
TOML
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",
|
|
]
|