Ignore:
Timestamp:
Nov 24, 2006 9:31:22 AM (17 years ago)
Author:
bennylp
Message:

Updated footprint script to include new stuffs such as echo canceller and tone generator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/build/get-footprint.py

    r825 r826  
    7777     
    7878    # PJMEDIA 
     79    ['HAS_PJMEDIA_EC',          'PJMEDIA accoustic echo cancellation'], 
    7980    ['HAS_PJMEDIA_SND_DEV',     'PJMEDIA sound device backend (platform specific)'], 
    8081    ['HAS_PJMEDIA_SILENCE_DET', 'PJMEDIA Adaptive silence detector'], 
     
    9091    ['HAS_PJMEDIA_JBUF',        'PJMEDIA stand-alone adaptive jitter buffer'], 
    9192    ['HAS_PJMEDIA_STREAM',      'PJMEDIA stream for remote media communication (needs RTP, RTCP, and jitter buffer)'], 
     93    ['HAS_PJMEDIA_TONEGEN',     'PJMEDIA tone generator'], 
    9294    ['HAS_PJMEDIA_UDP_TRANSPORT','PJMEDIA UDP media transport'], 
    9395    ['HAS_PJMEDIA_FILE_PLAYER', 'PJMEDIA WAV file player'], 
Note: See TracChangeset for help on using the changeset viewer.