summaryrefslogtreecommitdiffstats
path: root/apps/codecs/speex.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/speex.c')
-rw-r--r--apps/codecs/speex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/speex.c b/apps/codecs/speex.c
index 52f4239652..2a02ccb4b5 100644
--- a/apps/codecs/speex.c
+++ b/apps/codecs/speex.c
@@ -35,7 +35,7 @@
CODEC_HEADER
-spx_int16_t output[MAX_FRAME_SIZE] IBSS_ATTR;
+static spx_int16_t output[MAX_FRAME_SIZE] IBSS_ATTR;
static int get_more_data(spx_ogg_sync_state *oy)
{