Ignore:
Timestamp:
Jun 28, 2008 2:47:41 PM (16 years ago)
Author:
bennylp
Message:

Removed old PLC setting from pjmedia/config.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/config.h

    r2064 r2089  
    424424 
    425425/** 
    426  * Enable Steve Underwood's PLC. 
    427  * 
    428  * ** This has now been deprecated. If the codec does not have ** 
    429  * ** PLC, then no PLC will be used for that particular codec. ** 
    430  * 
    431  * Set this to zero, or other link error will occur. 
    432  */ 
    433 #ifndef PJMEDIA_HAS_STEVEU_PLC 
    434 #   define PJMEDIA_HAS_STEVEU_PLC               0 
    435 #endif 
    436  
    437  
    438 /** 
    439426 * Speex Accoustic Echo Cancellation (AEC). 
    440427 * By default is enabled. 
Note: See TracChangeset for help on using the changeset viewer.