]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorMathieu Rene <mrene@avgs.ca>
Sat, 14 Feb 2009 01:05:25 +0000 (01:05 +0000)
committerMathieu Rene <mrene@avgs.ca>
Sat, 14 Feb 2009 01:05:25 +0000 (01:05 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12009 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_speex/mod_speex.c

index 76643efb78851fcb6b46c58809902a0eb54b30ec..8fe159be34151d1df475cf43acd9ed63643f9758 100644 (file)
@@ -74,7 +74,7 @@ struct speex_context {
        int decoder_mode;
 };
 
-switch_status_t switch_speex_init(switch_codec_t *codec, switch_codec_flag_t flags, const switch_codec_settings_t *codec_settings)
+static switch_status_t switch_speex_init(switch_codec_t *codec, switch_codec_flag_t flags, const switch_codec_settings_t *codec_settings)
 {
        struct speex_context *context = NULL;
        int encoding, decoding;