From 0901d3a59ad9cdb6f44f65f291aa3a5d061ca5be Mon Sep 17 00:00:00 2001 From: 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: http://svn.digium.com/svn/asterisk/trunk@15784 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/codec_speex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codecs/codec_speex.c') diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c index 7d7871e21..fc9b22bfb 100644 --- a/codecs/codec_speex.c +++ b/codecs/codec_speex.c @@ -602,7 +602,7 @@ char *description(void) int usecount(void) { int res; - STANDARD_USECOUNT(res); + OLD_STANDARD_USECOUNT(res); return res; } -- cgit v1.2.3