diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-10-17 18:00:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-10-17 18:00:02 +0000 |
commit | cd8cc8071ff2ad81003a23f16fac61debf60153b (patch) | |
tree | a6810dff0623ee603db9fa365f2ee4ce444f0c7b /net/asterisk10/files/patch-codecs::codec_g729_dummy.c | |
parent | Enable building on 4.x. (diff) |
Update to 1.0.1.
Notes
Notes:
svn path=/head/; revision=119685
Diffstat (limited to 'net/asterisk10/files/patch-codecs::codec_g729_dummy.c')
-rw-r--r-- | net/asterisk10/files/patch-codecs::codec_g729_dummy.c | 6 |
1 files changed, 3 insertions, 3 deletions
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"; |