Ignore:
Timestamp:
Aug 19, 2008 3:01:48 PM (16 years ago)
Author:
bennylp
Message:

More ticket #583: a bit of tidying up and renamed macro names etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r2223 r2225  
    161161#endif  /* PJMEDIA_HAS_G722_CODEC */ 
    162162 
    163 #if PJMEDIA_HAS_INTEL_IPP_CODECS 
     163#if PJMEDIA_HAS_INTEL_IPP 
    164164    /* Register IPP codecs */ 
    165165    status = pjmedia_codec_ipp_init(pjsua_var.med_endpt); 
     
    170170    } 
    171171 
    172 #endif /* PJMEDIA_HAS_INTEL_IPP_CODECS */ 
     172#endif /* PJMEDIA_HAS_INTEL_IPP */ 
    173173 
    174174#if PJMEDIA_HAS_L16_CODEC 
Note: See TracChangeset for help on using the changeset viewer.