Ignore:
Timestamp:
Feb 9, 2006 2:38:30 PM (18 years ago)
Author:
bennylp
Message:

Failed attempt to build pjmedia with DirectSound? on Linux

File:
1 edited

Legend:

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

    r159 r171  
    339339 * Codec manager maintains codec factory etc. 
    340340 */ 
    341 typedef struct pjmedia_codec_mgr 
     341struct pjmedia_codec_mgr 
    342342{ 
    343343    pjmedia_codec_factory   factory_list; 
    344344    unsigned                codec_cnt; 
    345345    pjmedia_codec_info      codecs[PJMEDIA_CODEC_MGR_MAX_CODECS]; 
    346 } pjmedia_codec_mgr; 
     346}; 
    347347 
    348348 
Note: See TracChangeset for help on using the changeset viewer.