aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-15 20:20:21 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-15 20:20:21 +0000
commit8491d281e7a7151bc3cf036efde7ed2ede70e7be (patch)
tree0f3fce8a59ba52339323f54e010cea5cd230e5d2 /formats
parentb9160968ab897449a527ff417615da12d4e29740 (diff)
Disable format_ilbc.so by default, like codec_ilbc.so
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@175792 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats')
-rw-r--r--formats/format_ilbc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/formats/format_ilbc.c b/formats/format_ilbc.c
index 78d117910..cc90ae765 100644
--- a/formats/format_ilbc.c
+++ b/formats/format_ilbc.c
@@ -24,7 +24,11 @@
* \arg File name extension: ilbc
* \ingroup formats
*/
-
+
+/*** MODULEINFO
+ <defaultenabled>no</defaultenabled>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")