From 5110e28486546c7a5d067a8624551b7a2e3b962f Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Sat, 6 Jul 2013 22:08:00 -0500 Subject: [PATCH] FS-5576 --resolve fix the vp8 issue, but the other part causes issues with centos5... we\'ll need better detection there and working on a way to handle this --- freeswitch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeswitch.spec b/freeswitch.spec index 10f45c08af..c8276c023a 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -1337,7 +1337,7 @@ ASR_TTS_MODULES="asr_tts/mod_flite asr_tts/mod_pocketsphinx asr_tts/mod_tts_comm ###################################################################################################################### CODECS_MODULES="codecs/mod_amr codecs/mod_amrwb codecs/mod_bv codecs/mod_celt codecs/mod_codec2 codecs/mod_g723_1 \ codecs/mod_g729 codecs/mod_h26x codecs/mod_ilbc codecs/mod_isac codecs/mod_mp4v codecs/mod_opus codecs/mod_silk \ - codecs/mod_siren codecs/mod_speex codecs/mod_theora mod_vp8" + codecs/mod_siren codecs/mod_speex codecs/mod_theora codecs/mod_vp8" # %if %{build_sng_tc} CODECS_MODULES+="codecs/mod_sangoma_codec"