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:
@@ -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" [];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user