redox/recipes/wip/libs/other/libsrt/recipe.toml
2025-10-12 18:26:25 -03:00

11 lines
276 B
TOML

#TODO CMake error
# build instructions: https://github.com/Haivision/srt/blob/master/docs/build/build-linux.md
[source]
git = "https://github.com/Haivision/srt"
rev = "09f35c0f1743e23f514cb41444504a7faeacf89e"
[build]
template = "configure"
dependencies = [
"openssl1",
]