From 2326d0d499aa47e85d712f23f0510c70a55cc98c Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 28 Mar 2006 21:15:10 +0000 Subject: Bring in the new loader code as described in mantis #4377 and updated to today's version. The core of the patch is only two files, loader.c and include/asterisk/module.h, with the other files touched only to adapt non-standard usages of the reference counts and localuser lists. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15784 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/codec_a_mu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codecs/codec_a_mu.c') diff --git a/codecs/codec_a_mu.c b/codecs/codec_a_mu.c index c21b26c95..f03612b13 100644 --- a/codecs/codec_a_mu.c +++ b/codecs/codec_a_mu.c @@ -316,7 +316,7 @@ char *description(void) int usecount(void) { int res; - STANDARD_USECOUNT(res); + OLD_STANDARD_USECOUNT(res); return res; } -- cgit v1.2.3