Changes between Version 16 and Version 17 of APS
- Timestamp:
- May 14, 2009 4:31:58 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APS
v16 v17 43 43 #endif 44 44 }}} 45 1. 1.0.x: Edit {{{bld.inf}}} and application's .mmp files (e.g: {{{symbian_ua.mmp}}}, {{{symbian_ua_gui.mmp}}}, {{{symsndtest.mmp}}}), and activate {{{SND_USE_APS}}} macro: 45 1. Activating APS in each MMP 46 47 1. 1.0.x: Edit {{{bld.inf}}} and application's .mmp files (e.g: {{{symbian_ua.mmp}}}, {{{symbian_ua_gui.mmp}}}, {{{symsndtest.mmp}}}), and activate {{{SND_USE_APS}}} macro: 46 48 {{{ 47 49 #define SND_USE_NULL 0 … … 49 51 #define SND_USE_VAS 0 50 52 }}} 51 1.1 and 1.2: Edit {{{bld.inf}}} and to comment out {{{symbian_ua_gui.mmp}}}. Edit {{{symbian_ua.mmp}}}: 53 54 1. 1.1 and 1.2: 55 56 There is an issue with (((symbian_ua_gui.mmp}}} (#847). You can either edit {{{bld.inf}}} and to comment out {{{symbian_ua_gui.mmp}}}, or download the [http://svn.pjsip.org/repos/pjproject/trunk/pjsip-apps/src/symbian_ua_gui/group/symbian_ua_gui.mmp 57 latest {{{symbian_ua_gui.mmp}}}] 58 59 Edit {{{symbian_ua.mmp}}} (and {{{symbian_ua_gui.mmp}}} if your are using it): 52 60 {{{ 53 61 #define SND_HAS_APS 1