From 7c6056b352e35c5b12521b35ba193e13f75500be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Wed, 1 Jun 2011 10:28:26 +0000 Subject: FS#12140 by Sean Bartell, Make various codec stuff static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29942 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/au.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/au.c') diff --git a/apps/codecs/au.c b/apps/codecs/au.c index e06f931cf9..ef308358f4 100644 --- a/apps/codecs/au.c +++ b/apps/codecs/au.c @@ -58,7 +58,7 @@ static const char support_formats[9][2] = { { AU_FORMAT_ALAW, 8 }, /* 27: G.711 ALAW */ }; -const struct pcm_entry au_codecs[] = { +static const struct pcm_entry au_codecs[] = { { AU_FORMAT_MULAW, get_itut_g711_mulaw_codec }, { AU_FORMAT_PCM, get_linear_pcm_codec }, { AU_FORMAT_IEEE_FLOAT, get_ieee_float_codec }, -- cgit v1.2.3