aboutsummaryrefslogtreecommitdiffstats
path: root/package/pjsip/Config.in
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-02-01 23:07:54 +0000
committerJohn Crispin <john@openwrt.org>2011-02-01 23:07:54 +0000
commit325ef30254da6ad43f8a514f25c4dcff474453fb (patch)
tree664e973c73f7272131387ab3eb02dabb4b142456 /package/pjsip/Config.in
parent39dc61352323c974c8fba6b2af70b7dcbd6176f7 (diff)
downloadupstream-325ef30254da6ad43f8a514f25c4dcff474453fb.tar.gz
upstream-325ef30254da6ad43f8a514f25c4dcff474453fb.tar.bz2
upstream-325ef30254da6ad43f8a514f25c4dcff474453fb.zip
* update to version 1.8.5 * add code to allow selection of features via menuconfig * add sound device backend for lantiq voip hardware
SVN-Revision: 25298
Diffstat (limited to 'package/pjsip/Config.in')
-rw-r--r--package/pjsip/Config.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/pjsip/Config.in b/package/pjsip/Config.in
new file mode 100644
index 0000000000..c5c709389d
--- /dev/null
+++ b/package/pjsip/Config.in
@@ -0,0 +1,27 @@
+config PJSIP_SPEEX
+ bool "Speex support"
+ depends on PACKAGE_pjsip
+ default n
+ help
+ Enable speex codec.
+
+config PJSIP_OSS
+ bool "OSS support"
+ depends on PACKAGE_pjsip
+ default n
+ help
+ Enable OSS.
+
+config PJSIP_SOUND
+ bool "Sound support"
+ depends on PACKAGE_pjsip
+ default n
+ help
+ Enable sound.
+
+config PJSIP_LTQ_TAPI
+ bool "Lantiq TAPI sound device support"
+ depends on PACKAGE_pjsip && TARGET_lantiq_xway
+ default n
+ help
+ Enable Lantiq Tapi.