aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-15 20:33:17 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-15 20:33:17 +0000
commitb27ca854a4fccdb23f6ebe4198677c95f27c2ddc (patch)
tree6f4bbf4aff6540c9bba6eecae88bcfa5bdeb914d /formats
parent8491d281e7a7151bc3cf036efde7ed2ede70e7be (diff)
format_ilbc does not depend on codec libraries and can therefore always be made. My mistake. Ursäkta!
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@175825 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats')
-rw-r--r--formats/format_ilbc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/formats/format_ilbc.c b/formats/format_ilbc.c
index cc90ae765..659f42dbd 100644
--- a/formats/format_ilbc.c
+++ b/formats/format_ilbc.c
@@ -25,10 +25,6 @@
* \ingroup formats
*/
-/*** MODULEINFO
- <defaultenabled>no</defaultenabled>
- ***/
-
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")