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/speex_codec.c

    r303 r320  
    2929#include <pj/string.h> 
    3030#include <pj/os.h> 
     31 
     32/* 
     33 * Only build this file if PJMEDIA_HAS_SPEEX_CODEC != 0 
     34 */ 
     35#if defined(PJMEDIA_HAS_SPEEX_CODEC) && PJMEDIA_HAS_SPEEX_CODEC!=0 
     36 
    3137 
    3238#define THIS_FILE   "speex_codec.c" 
     
    778784    return PJ_SUCCESS; 
    779785} 
     786 
     787 
     788#endif  /* PJMEDIA_HAS_SPEEX_CODEC */ 
Note: See TracChangeset for help on using the changeset viewer.