From cd8cc8071ff2ad81003a23f16fac61debf60153b Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sun, 17 Oct 2004 18:00:02 +0000 Subject: Update to 1.0.1. --- net/asterisk10/files/patch-codecs::codec_g729_dummy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/asterisk10/files/patch-codecs::codec_g729_dummy.c') diff --git a/net/asterisk10/files/patch-codecs::codec_g729_dummy.c b/net/asterisk10/files/patch-codecs::codec_g729_dummy.c index c3e27d98e27e..9fcc7b19ca35 100644 --- a/net/asterisk10/files/patch-codecs::codec_g729_dummy.c +++ b/net/asterisk10/files/patch-codecs::codec_g729_dummy.c @@ -1,8 +1,8 @@ $FreeBSD$ ---- /dev/null Fri Jan 30 01:52:11 2004 -+++ codecs/codec_g729_dummy.c Fri Jan 30 01:57:59 2004 +--- codecs/codec_g729_dummy.c.orig Sun Oct 10 16:05:56 2004 ++++ codecs/codec_g729_dummy.c Sun Oct 10 16:07:12 2004 @@ -0,0 +1,275 @@ +/* + * Asterisk -- A telephony toolkit for Linux. @@ -38,7 +38,7 @@ $FreeBSD$ +#include "slin_g729_ex.h" +#include "g729_slin_ex.h" + -+static ast_mutex_t localuser_lock = AST_MUTEX_INITIALIZER; ++AST_MUTEX_DEFINE_STATIC(localuser_lock); +static int localusecnt=0; + +static char *tdesc = "Dummy G.729/PCM16 Codec Translator"; -- cgit v1.2.3