Ignore:
Timestamp:
Mar 12, 2009 6:11:37 PM (15 years ago)
Author:
bennylp
Message:

(Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk.

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk

  • pjproject/trunk/build.symbian/bld.inf

    r2174 r2506  
    1 #define SND_USE_NULL    0 
    2 #define SND_USE_APS     0 
    3  
    41prj_platforms 
    52winscw 
     
    2421libgsmcodec.mmp 
    2522libspeexcodec.mmp 
     23libpassthroughcodec.mmp 
    2624 
    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 
     25/* Audio device. */ 
     26pjmedia_audiodev.mmp 
    3527 
    3628/* Applications */ 
Note: See TracChangeset for help on using the changeset viewer.