From a6e117f38a70b6cf03579cdeceed7d5af2a0e9de Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Thu, 24 Jul 2008 15:30:44 +0000 Subject: Ticket #577: Initial source of sound device wrapper with APS git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2174 74dad513-b988-da41-8d7b-12977e46ad98 --- build.symbian/bld.inf | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'build.symbian/bld.inf') diff --git a/build.symbian/bld.inf b/build.symbian/bld.inf index 80645f64..b624905e 100644 --- a/build.symbian/bld.inf +++ b/build.symbian/bld.inf @@ -1,3 +1,6 @@ +#define SND_USE_NULL 0 +#define SND_USE_APS 0 + prj_platforms winscw //armv5 @@ -10,8 +13,6 @@ pjlib.mmp pjlib_util.mmp pjnath.mmp pjsdp.mmp -//null_audio.mmp -symbian_audio.mmp pjmedia.mmp pjsip.mmp pjsip_simple.mmp @@ -23,6 +24,15 @@ libsrtp.mmp libgsmcodec.mmp libspeexcodec.mmp +/* Sound device impl */ +#if SND_USE_NULL + null_audio.mmp +#elif SND_USE_APS + symbian_audio_aps.mmp +#else + symbian_audio.mmp +#endif + /* Applications */ //pjlib_test.mmp //symsndtest.mmp -- cgit v1.2.3