Ignore:
Timestamp:
Mar 17, 2008 2:07:53 PM (16 years ago)
Author:
bennylp
Message:

Ticket #507: committed and tested g722 patch on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-codec/config.h

    r974 r1870  
    6161 
    6262 
     63/** 
     64 * Unless specified otherwise, G.722 codec is included by default. 
     65 */ 
     66#ifndef PJMEDIA_HAS_G722_CODEC 
     67#   define PJMEDIA_HAS_G722_CODEC    1 
     68#endif 
     69 
    6370 
    6471#endif  /* __PJMEDIA_CODEC_CONFIG_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.