Fixed build settings for Symbian emulator target regarding sound device implementation.

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2257 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Nanang Izzuddin 2008-09-01 11:54:35 +00:00
parent fe7f376d3e
commit f0b4990146
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -45,7 +45,7 @@ STATICLIBRARY libgsmcodec.lib
STATICLIBRARY 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