Skip to content

Commit

Permalink
Re #1657: config_site_sample.h settings for BB10
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4469 74dad513-b988-da41-8d7b-12977e46ad98
  • Loading branch information
bennylp committed Apr 15, 2013
1 parent 7e1eb5c commit 841b516
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pjlib/include/pj/config_site_sample.h
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,18 @@
#endif


/*
* BB10
*/
#if defined(PJ_CONFIG_BB10) && PJ_CONFIG_BB10
#define PJMEDIA_HAS_LEGACY_SOUND_API 0
#undef PJMEDIA_HAS_SPEEX_AEC
#define PJMEDIA_HAS_SPEEX_AEC 0
#undef PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO
#define PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO 0
#endif


/*
* Minimum size
*/
Expand Down

0 comments on commit 841b516

Please sign in to comment.