Ignore:
Timestamp:
Jun 1, 2012 4:29:56 AM (12 years ago)
Author:
ming
Message:

Fixed #1521: Add initial support for BlackBerry? 10 (BB10) platform.

Please visit http://trac.pjsip.org/repos/wiki/Getting-Started/BB10 for more details on how to build for BB10.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-audiodev/config.h

    r3841 r4150  
    5858#endif 
    5959 
     60/** 
     61 * This setting controls whether BlackBerry 10 (BB10) audio support 
     62 * should be included. 
     63 */ 
     64#ifndef PJMEDIA_AUDIO_DEV_HAS_BB10 
     65#   define PJMEDIA_AUDIO_DEV_HAS_BB10           0 
     66#endif 
    6067 
    6168/** 
Note: See TracChangeset for help on using the changeset viewer.