From 325ef30254da6ad43f8a514f25c4dcff474453fb Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 1 Feb 2011 23:07:54 +0000 Subject: * 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 --- package/pjsip/Config.in | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package/pjsip/Config.in (limited to 'package/pjsip/Config.in') diff --git a/package/pjsip/Config.in b/package/pjsip/Config.in new file mode 100644 index 0000000..c5c7093 --- /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. -- cgit v1.1