summaryrefslogtreecommitdiffstats
path: root/package/pjsip/Config.in
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-01 23:07:54 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-01 23:07:54 +0000
commitab17079a991428c5c382b5467c16ed1ec1db200f (patch)
treedd9ae80d1b2ea56bee67472c1bcaf80317703efa /package/pjsip/Config.in
parentc5bc7f7cedf38c276e0acb9cb4bc796c9073f0fb (diff)
[pjsip]
* update to version 1.8.5 * add code to allow selection of features via menuconfig * add sound device backend for lantiq voip hardware git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25298 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..c5c709389
--- /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.