Changeset 2174 for pjproject/trunk/build.symbian/bld.inf
- Timestamp:
- Jul 24, 2008 3:30:44 PM (16 years ago)
- 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 1 4 prj_platforms 2 5 winscw … … 11 14 pjnath.mmp 12 15 pjsdp.mmp 13 //null_audio.mmp14 symbian_audio.mmp15 16 pjmedia.mmp 16 17 pjsip.mmp … … 24 25 libspeexcodec.mmp 25 26 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 26 36 /* Applications */ 27 37 //pjlib_test.mmp
Note: See TracChangeset
for help on using the changeset viewer.