diff options
author | John Crispin <john@openwrt.org> | 2011-02-01 23:07:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-01 23:07:54 +0000 |
commit | 325ef30254da6ad43f8a514f25c4dcff474453fb (patch) | |
tree | 664e973c73f7272131387ab3eb02dabb4b142456 /package/pjsip/Config.in | |
parent | 39dc61352323c974c8fba6b2af70b7dcbd6176f7 (diff) | |
download | upstream-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.in | 27 |
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. |