summaryrefslogtreecommitdiff
path: root/build.symbian/bld.inf
diff options
context:
space:
mode:
Diffstat (limited to 'build.symbian/bld.inf')
-rw-r--r--build.symbian/bld.inf14
1 files changed, 12 insertions, 2 deletions
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