changelog shortlog tags files raw

changeset: disable ilbc support by default

changeset 452: feb64b794baa
parent 451:f2dcf9d1b887
child 456:c0e06aef7afa
author: laurent@deep-blue
date: Fri Dec 12 11:53:22 2008 +0100 (3 years ago)
files: DefineWengoOptions.cmake
description: disable ilbc support by default
       1--- a/DefineWengoOptions.cmake	Fri Dec 12 11:53:06 2008 +0100
       2+++ b/DefineWengoOptions.cmake	Fri Dec 12 11:53:22 2008 +0100
       3@@ -28,7 +28,7 @@
       4 option(PHAPI_HTTPTUNNEL_SUPPORT "Build phApi with httptunnel support" ON)
       5 option(PHAPI_QOS_DEBUG_SUPPORT "Build phApi with QOS debug support" OFF)
       6 option(PHAPI_EMBEDDED_SUPPORT "Build phApi with embedded target support" OFF)
       7-option(PHAPI_CODEC_ILBC_SUPPORT "Build phApi with codec ILBC support" ON)
       8+option(PHAPI_CODEC_ILBC_SUPPORT "Build phApi with codec ILBC support" OFF)
       9 option(PHAPI_CODEC_AMR_SUPPORT "Build phApi with codec AMR support" OFF)
      10 option(PHAPI_SPEEXWB_REPLACES_AMRWB_HACK "Build phApi with Speex-WB/AMR-WB hack" OFF)
      11 option(PHAPI_SPEEXWB_REPLACES_AMRNB_HACK "Build phApi with Speex-WB/AMR-NB hack" OFF)