diff options
Diffstat (limited to 'net/asterisk12/files/patch-codecs::codec_g723_1_dummy.c')
-rw-r--r-- | net/asterisk12/files/patch-codecs::codec_g723_1_dummy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/asterisk12/files/patch-codecs::codec_g723_1_dummy.c b/net/asterisk12/files/patch-codecs::codec_g723_1_dummy.c index 661ff2d88602..3ce9571013ec 100644 --- a/net/asterisk12/files/patch-codecs::codec_g723_1_dummy.c +++ b/net/asterisk12/files/patch-codecs::codec_g723_1_dummy.c @@ -1,8 +1,8 @@ $FreeBSD$ ---- /dev/null Fri Jan 30 01:52:11 2004 -+++ codecs/codec_g723_1_dummy.c Fri Jan 30 01:57:59 2004 +--- codecs/codec_g723_1_dummy.c.orig Sun Oct 10 16:05:56 2004 ++++ codecs/codec_g723_1_dummy.c Sun Oct 10 16:07:05 2004 @@ -0,0 +1,308 @@ +/* + * Asterisk -- A telephony toolkit for Linux. @@ -44,7 +44,7 @@ $FreeBSD$ +#include "slin_g723_ex.h" +#include "g723_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.723.1/PCM16 Codec Translator"; |