summaryrefslogtreecommitdiff
path: root/pjmedia/include
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2012-06-01 04:29:56 +0000
committerLiong Sauw Ming <ming@teluu.com>2012-06-01 04:29:56 +0000
commit1879ccebd5d2b1bfebaa08df0823ccb0937e8a53 (patch)
tree7a4f7c7bd0436202e4a0f8c8c2c699cbc3fbfd62 /pjmedia/include
parent0bfacdd43428ec2981f5a7299b565e4608f13913 (diff)
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. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4150 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/include')
-rw-r--r--pjmedia/include/pjmedia-audiodev/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia-audiodev/config.h b/pjmedia/include/pjmedia-audiodev/config.h
index d0df6756..899345bd 100644
--- a/pjmedia/include/pjmedia-audiodev/config.h
+++ b/pjmedia/include/pjmedia-audiodev/config.h
@@ -57,6 +57,13 @@ PJ_BEGIN_DECL
# endif
#endif
+/**
+ * This setting controls whether BlackBerry 10 (BB10) audio support
+ * should be included.
+ */
+#ifndef PJMEDIA_AUDIO_DEV_HAS_BB10
+# define PJMEDIA_AUDIO_DEV_HAS_BB10 0
+#endif
/**
* This setting controls whether native ALSA support should be included.