mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
13 lines
318 B
TOML
13 lines
318 B
TOML
#TODO Not compiled or tested
|
|
# customization - https://docs.pjsip.org/en/latest/get-started/posix/build_instructions.html
|
|
[source]
|
|
git = "https://github.com/pjsip/pjproject"
|
|
rev = "08578e86eea120c5ab2ab1af5a18b7840120d87b"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"openssl1",
|
|
"ffmpeg6",
|
|
"libvpx",
|
|
]
|