summaryrefslogtreecommitdiff
path: root/formats/format_g723.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2002-05-13 22:29:39 +0000
committerMark Spencer <markster@digium.com>2002-05-13 22:29:39 +0000
commitd5930d1fe84a2e34289911f5bbd0b700fc2fb32a (patch)
tree64c5de0a1afb1872ee474057eb3f244015f2801c /formats/format_g723.c
parent04cde57a77609a2e8c8b2cc860737983584af630 (diff)
Version 0.1.12 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@446 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'formats/format_g723.c')
-rwxr-xr-xformats/format_g723.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/formats/format_g723.c b/formats/format_g723.c
index e93ed0414..c54a640b3 100755
--- a/formats/format_g723.c
+++ b/formats/format_g723.c
@@ -11,6 +11,7 @@
* the GNU General Public License
*/
+#include <asterisk/lock.h>
#include <asterisk/channel.h>
#include <asterisk/file.h>
#include <asterisk/logger.h>
@@ -44,7 +45,7 @@ struct ast_filestream {
static struct ast_filestream *glist = NULL;
-static pthread_mutex_t g723_lock = PTHREAD_MUTEX_INITIALIZER;
+static pthread_mutex_t g723_lock = AST_MUTEX_INITIALIZER;
static int glistcnt = 0;
static char *name = "g723sf";