summaryrefslogtreecommitdiff
path: root/build.symbian
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-09-01 11:54:35 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-09-01 11:54:35 +0000
commit66cd18b63975465e7def01de245839121b24d9f6 (patch)
treebd54d9f1fa802c7c8a706bcbae1adfa4c1a76740 /build.symbian
parente70ec1c27583232f23de4f052186b9f37ce5d8a2 (diff)
Fixed build settings for Symbian emulator target regarding sound device implementation.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2257 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build.symbian')
-rw-r--r--build.symbian/symbian_ua.mmp2
-rw-r--r--build.symbian/symsndtest.mmp2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.symbian/symbian_ua.mmp b/build.symbian/symbian_ua.mmp
index 5bdfebad..b6648524 100644
--- a/build.symbian/symbian_ua.mmp
+++ b/build.symbian/symbian_ua.mmp
@@ -36,7 +36,7 @@ STATICLIBRARY pjnath.lib pjlib_util.lib pjlib.lib
STATICLIBRARY libsrtp.lib
STATICLIBRARY libgsmcodec.lib libspeexcodec.lib
-#if SND_USE_NULL || defined(WINSCW)
+#if SND_USE_NULL
STATICLIBRARY null_audio.lib
CAPABILITY NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment
#elif SND_USE_APS
diff --git a/build.symbian/symsndtest.mmp b/build.symbian/symsndtest.mmp
index ed42770e..a08f1d8d 100644
--- a/build.symbian/symsndtest.mmp
+++ b/build.symbian/symsndtest.mmp
@@ -29,7 +29,7 @@ LIBRARY charconv.lib euser.lib estlib.lib
LIBRARY esock.lib insock.lib
STATICLIBRARY pjlib.lib pjmedia.lib
-#if SND_USE_NULL || defined(WINSCW)
+#if SND_USE_NULL
STATICLIBRARY null_audio.lib
CAPABILITY NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment
#elif SND_USE_APS