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

    r278 r320  
    2323 
    2424 
    25 /* 
    26  * Include GSM codec? 
     25/** 
     26 * Unless specified otherwise, GSM codec is included by default. 
    2727 */ 
    28 #ifndef PJMEDIA_CODEC_HAS_GSM 
    29 #   define PJMEDIA_CODEC_HAS_GSM    1 
     28#ifndef PJMEDIA_HAS_GSM_CODEC 
     29#   define PJMEDIA_HAS_GSM_CODEC    1 
    3030#endif 
    3131 
    3232 
    33 /* 
    34  * Include Speex codec? 
     33/** 
     34 * Unless specified otherwise, Speex codec is included by default. 
    3535 */ 
    36 #ifndef PJMEDIA_CODEC_HAS_SPEEX 
    37 #   define PJMEDIA_CODEC_HAS_SPEEX    1 
     36#ifndef PJMEDIA_HAS_SPEEX_CODEC 
     37#   define PJMEDIA_HAS_SPEEX_CODEC    1 
    3838#endif 
    3939 
Note: See TracChangeset for help on using the changeset viewer.