Ignore:
Timestamp:
Jun 30, 2009 1:37:26 PM (15 years ago)
Author:
nanang
Message:

Ticket #909:

  • Added new audio device VAS for Symbian platform.
  • Updated symsndtest to use the latest audio device framework.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/build.symbian/symsndtest.mmp

    r2506 r2821  
    1 #define SND_USE_APS     1 
     1#define SND_USE_APS     0 
    22#define SND_USE_VAS     0 
    33 
     
    2929LIBRARY                 esock.lib insock.lib 
    3030STATICLIBRARY           pjlib.lib pjmedia.lib 
    31 STATICLIBRARY           symbian_audio.lib 
     31STATICLIBRARY           pjmedia_audiodev.lib 
     32STATICLIBRARY           libresample.lib 
    3233 
    3334#if SND_USE_APS 
     
    3536        CAPABILITY      NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment MultimediaDD 
    3637#elif SND_USE_VAS 
    37 //      LIBRARY          
     38        LIBRARY         VoIPAudioIntfc.lib 
    3839        CAPABILITY      NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment MultimediaDD 
    3940#else 
Note: See TracChangeset for help on using the changeset viewer.