move speex codec into the core since it already has speex anyway

This commit is contained in:
Anthony Minessale
2014-02-15 02:39:56 +05:00
parent d9ab063603
commit ab56c276a0
11 changed files with 8 additions and 708 deletions

View File

@@ -128,6 +128,7 @@ int main(int argc, char *argv[])
switch_loadable_module_init(SWITCH_FALSE);
switch_loadable_module_load_module("", "CORE_PCM_MODULE", SWITCH_TRUE, &err);
switch_loadable_module_load_module("", "CORE_SPEEX_MODULE", SWITCH_TRUE, &err);
for (i = 0; i < extra_modules_count; i++) {
if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, (char *) extra_modules[i], SWITCH_TRUE, &err) != SWITCH_STATUS_SUCCESS) {