Module: sems Branch: master Commit: 75856d71dd84dbb414cec3b9bc1d3121e7a271da URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=75856d71dd84dbb414cec3b9bc1d3121e7a271da
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Tue Mar 13 23:24:57 2012 +0100 by default don't compile silk codec module (depends on SILK codec lib) --- Makefile.defs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.defs b/Makefile.defs index c6ef671..801c0ad 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -75,7 +75,7 @@ USE_INTERNAL_RESAMPLER = yes # exclude some modules from compilation? # e.g. python modules: -exclude_core_modules = g729 +exclude_core_modules = g729 silk #exclude_apps_modules = py_sems ivr mailbox pin_collect conf_auth mp3 examples # build in support for monitoring? _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
