mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
18 lines
274 B
TOML
18 lines
274 B
TOML
#TODO compiled but not tested
|
|
[source]
|
|
git = "https://code.videolan.org/videolan/x264"
|
|
branch = "stable"
|
|
shallow_clone = true
|
|
patches = [
|
|
"redox.patch"
|
|
]
|
|
script = """
|
|
GNU_CONFIG_GET config.sub
|
|
"""
|
|
|
|
[build]
|
|
template = "configure"
|
|
configureflags = [
|
|
"--disable-asm"
|
|
]
|