freeswitch: 1.10.3 -> 1.10.5

now depends on spandsp and sofia_sip instead of carrying them in-tree
This commit is contained in:
ajs124
2020-11-17 02:23:14 +01:00
parent e184cede92
commit 8385c2f9c6
2 changed files with 17 additions and 6 deletions
+4 -2
View File
@@ -9,6 +9,8 @@
, ffmpeg
, libmysqlclient
, postgresql
, spandsp
, sofia_sip
}:
let
@@ -68,7 +70,7 @@ in
snom = mk "applications/mod_snom" [];
sonar = mk "applications/mod_sonar" [];
soundtouch = mk "applications/mod_soundtouch" [];
spandsp = mk "applications/mod_spandsp" [];
spandsp = mk "applications/mod_spandsp" [ spandsp ];
spy = mk "applications/mod_spy" [];
stress = mk "applications/mod_stress" [];
translate = mk "applications/mod_translate" [];
@@ -136,7 +138,7 @@ in
rtc = mk "endpoints/mod_rtc" [];
rtmp = mk "endpoints/mod_rtmp" [];
skinny = mk "endpoints/mod_skinny" [];
sofia = mk "endpoints/mod_sofia" [];
sofia = mk "endpoints/mod_sofia" [ sofia_sip ];
verto = mk "endpoints/mod_verto" [];
};