Ignore:
Timestamp:
Jul 24, 2008 3:30:44 PM (16 years ago)
Author:
nanang
Message:

Ticket #577: Initial source of sound device wrapper with APS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/build.symbian/bld.inf

    r1979 r2174  
     1#define SND_USE_NULL    0 
     2#define SND_USE_APS     0 
     3 
    14prj_platforms 
    25winscw 
     
    1114pjnath.mmp 
    1215pjsdp.mmp 
    13 //null_audio.mmp 
    14 symbian_audio.mmp 
    1516pjmedia.mmp 
    1617pjsip.mmp 
     
    2425libspeexcodec.mmp 
    2526 
     27/* Sound device impl */ 
     28#if SND_USE_NULL 
     29        null_audio.mmp 
     30#elif SND_USE_APS 
     31        symbian_audio_aps.mmp 
     32#else 
     33        symbian_audio.mmp 
     34#endif 
     35 
    2636/* Applications */ 
    2737//pjlib_test.mmp 
Note: See TracChangeset for help on using the changeset viewer.