aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_vox.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_vox.c')
-rwxr-xr-xformats/format_vox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/format_vox.c b/formats/format_vox.c
index 20021fb73..095332a51 100755
--- a/formats/format_vox.c
+++ b/formats/format_vox.c
@@ -51,7 +51,7 @@ struct ast_filestream {
};
-static ast_mutex_t vox_lock = AST_MUTEX_INITIALIZER;
+AST_MUTEX_DEFINE_STATIC(vox_lock);
static int glistcnt = 0;
static char *name = "vox";