Ignore:
Timestamp:
Mar 16, 2006 2:24:26 PM (18 years ago)
Author:
bennylp
Message:

Added misc flags and modify Makefiles to allow exclusion of PortAudio? and specific codec during compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/gsm.c

    r281 r320  
    2727#include <pj/os.h> 
    2828#include "gsm/gsm.h" 
     29 
     30/* 
     31 * Only build this file if PJMEDIA_HAS_GSM_CODEC != 0 
     32 */ 
     33#if defined(PJMEDIA_HAS_GSM_CODEC) && PJMEDIA_HAS_GSM_CODEC != 0 
     34 
    2935 
    3036/* Prototypes for GSM factory */ 
     
    474480    return PJ_SUCCESS; 
    475481} 
     482 
     483 
     484#endif  /* PJMEDIA_HAS_GSM_CODEC */ 
     485 
Note: See TracChangeset for help on using the changeset viewer.