redox/recipes/wip/codecs/x264/recipe.toml
2026-05-09 10:08:11 +00:00

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"
]