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-codec/config.h

    r637 r909  
    2222#include <pjmedia/types.h> 
    2323 
     24/* 
     25 * Include config_auto.h if autoconf is used (PJ_AUTOCONF is set) 
     26 */ 
     27#if defined(PJ_AUTOCONF) 
     28#   include <pjmedia-codec/config_auto.h> 
     29#endif 
    2430 
    2531/** 
     
    5763 
    5864#endif  /* __PJMEDIA_CODEC_CONFIG_H__ */ 
     65 
Note: See TracChangeset for help on using the changeset viewer.