Changes between Version 1 and Version 2 of BuildOptions

Show
Ignore:
Timestamp:
03/03/10 14:47:59 (6 months ago)
Author:
chris-mac (IP: 83.18.142.218)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildOptions

    v1 v2  
    44 
    55== BUILDID_SUPPORT == 
     6Build !WengoPhone/phApi with buildId. Fix me... 
    67 
    78== WENGOPHONE_RESOURCEDIR_PATH == 
     9Use hardcoded resources (images, sounds, web pages) path. 
    810 
    911== WENGOPHONE_XV_SUPPORT == 
     12Build !WengoPhone with XV hardware acceleration support. Fix me (what XV acceleration is?)... 
    1013 
    1114== SIPWRAPPER_BACKEND_SIPX == 
     15Use [http://sipxtapi.sipfoundry.org/wiki/SipXtapi SipX] as SIP backend. 
    1216 
    1317== SIPWRAPPER_BACKEND_PHAPI == 
     18Fix me... 
    1419 
    1520== IMWRAPPER_BACKEND_MULTI == 
     21Fix me... 
    1622 
    1723== LOGGER_ENABLE_EVENT == 
     24Enable the event notification in Logger. 
    1825 
    1926== PHAPI_VIDEO_SUPPORT == 
     27Build phApi with video support. 
    2028 
    2129== Linux only == 
    2230 
    2331=== PHAPI_SAMPLERATE_SUPPORT === 
     32Build phApi with libsamplerate support. 
    2433 
    2534=== PHAPI_AUDIO_ALSA_SUPPORT === 
     35Build phApi with ALSA support. 
    2636 
    2737=== PHAPI_AUDIO_ARTS_SUPPORT === 
     38Build phApi with aRts support. 
    2839 
    2940=== PHAPI_AUDIO_ESD_SUPPORT === 
     41Build phApi with ESD support. 
    3042 
    3143=== PHAPI_AUDIO_OSS_SUPPORT === 
     44Build phApi with OSS support. 
    3245 
    3346== PHAPI_HTTPTUNNEL_SUPPORT == 
     47Build phApi with [http://www.mbdsys.com/opensource/htproxy/ HTTPTunnel] support.  
    3448 
    3549== PHAPI_QOS_DEBUG_SUPPORT == 
     50Build phApi with QOS debug support. 
    3651 
    3752== PHAPI_EMBEDDED_SUPPORT == 
     53Build phApi with embedded target support. 
    3854 
    3955== PHAPI_CODEC_ILBC_SUPPORT == 
     56Build phApi with codec [http://www.ilbcfreeware.org/ ILBC] support. 
    4057 
    4158== PHAPI_CODEC_AMR_SUPPORT == 
    4259 
    4360== PHAPI_SPEEXWB_REPLACES_AMRWB_HACK == 
     61Build phApi with codec [http://www.voip-info.org/wiki/view/AMR+Codec AMR ]support 
    4462 
    4563== PHAPI_SPEEXWB_REPLACES_AMRNB_HACK == 
     64Build phApi with Speex-WB/AMR-WB hack. 
     65 
     66== PHAPI_SPEEXWB_REPLACES_AMRNB_HACK == 
     67Build phApi with Speex-WB/AMR-NB hack. 
    4668 
    4769== PHAPI_SPEEXWB_REPLACES_G726WB_HACK == 
     70Build phApi with Speex-WB/G726-WB hack. 
    4871 
    4972== PHAPI_PYTHON_WRAPPER == 
     73Python wrapper for PhApi, used for unit testing. 
     74 
     75== COPY_DATA_FILES_ON_CONFIGURE == 
     76Copy data files on configure. Fix me... 
    5077 
    5178== ENABLE_CRASHREPORT == 
     79Enable integrated crashreport system. 
    5280 
    5381== CUSTOM_ACCOUNT == 
     82Disable/enable support for custom "Wengo" account, as defined in [source:wengophone/resources/config/config.xml#L193] Note: you will need HTTP server which will reply with well formatted XML responses in order for this to work. 
    5483 
    55 == DISABLE_CALL_FORWARD == 
     84Options below require CUSTOM_ACCOUNT ON. 
    5685 
    57 == DISABLE_SMS == 
     86=== DISABLE_CALL_FORWARD === 
     87Disable call forwarding by HTTP support. 
    5888 
    59 == DISABLE_VOICE_MAIL == 
     89=== DISABLE_SMS === 
     90Disable SMS by HTTP support. 
    6091 
    61 == DISABLE_FILETRANSFER == 
     92=== DISABLE_VOICE_MAIL === 
     93Disable voice mail by HTTP  support. 
    6294 
    63 == DISABLE_MANUAL_CALL_FORWARD == 
     95=== DISABLE_FILETRANSFER === 
     96Disable file transfer option 
     97 
     98=== DISABLE_MANUAL_CALL_FORWARD === 
     99Disable the option to manually forward a call 
     100 
     101== Windows only == 
     102 
     103=== ENABLE_CONSOLE === 
     104Force generate of executable with Console Window enabled. 
     105 
     106=== FFMPEG_OLD_VERSION === 
     107Use the old version of ffmpeg. 
     108 
     109=== OWSOUND_PORTAUDIO_SUPPORT === 
     110Build libsound with !PortAudio support.