mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00

Needed by the swarm chat in the future Change-Id: Ic5802a0de8091c12b6f5ed666ee488c620723149
21 lines
398 B
JSON
21 lines
398 B
JSON
{
|
|
"name": "daemon",
|
|
"deps": [
|
|
"asio",
|
|
"ffmpeg",
|
|
"natpmp",
|
|
"opendht",
|
|
"pjproject",
|
|
"portaudio",
|
|
"secp256k1",
|
|
"speexdsp",
|
|
"upnp",
|
|
"yaml-cpp",
|
|
"libarchive",
|
|
"webrtc-audio-processing",
|
|
"libgit2"
|
|
],
|
|
"configuration": "ReleaseLib_win32",
|
|
"project_paths": ["ring-daemon.vcxproj"]
|
|
}
|