Ignore:
Timestamp:
Jan 27, 2007 5:44:13 PM (17 years ago)
Author:
bennylp
Message:

Ticket #82: fix link errors when codecs are disabled from autoconf script

File:
1 edited

Legend:

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

    r899 r909  
    3737 * @{ 
    3838 */ 
     39 
     40/* 
     41 * Include config_auto.h if autoconf is used (PJ_AUTOCONF is set) 
     42 */ 
     43#if defined(PJ_AUTOCONF) 
     44#   include <pjmedia/config_auto.h> 
     45#endif 
    3946 
    4047/* 
     
    9299/** 
    93100 * Unless specified otherwise, G711 codec is included by default. 
    94  * Note that there are parts of G711 codec (such as linear2ulaw) that are  
    95  * needed by other PJMEDIA components (e.g. silence detector, conference). 
    96  * Thus disabling G711 is generally not a good idea. 
    97101 */ 
    98102#ifndef PJMEDIA_HAS_G711_CODEC 
Note: See TracChangeset for help on using the changeset viewer.