diff options
author | John Crispin <john@openwrt.org> | 2012-02-14 17:48:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-02-14 17:48:01 +0000 |
commit | 17e17170332f0fba7a53dbb0bd7480a639cf8ef7 (patch) | |
tree | 617d6c99109bd0e7afe653269c13af3ca6008a18 /package | |
parent | 02a01a16c71da321ddc1ccf294971c82e2fdd18b (diff) | |
download | upstream-17e17170332f0fba7a53dbb0bd7480a639cf8ef7.tar.gz upstream-17e17170332f0fba7a53dbb0bd7480a639cf8ef7.tar.bz2 upstream-17e17170332f0fba7a53dbb0bd7480a639cf8ef7.zip |
drop obselete Config.in file
SVN-Revision: 30531
Diffstat (limited to 'package')
-rw-r--r-- | package/pjsip/Config.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/pjsip/Config.in b/package/pjsip/Config.in deleted file mode 100644 index c993f1c540..0000000000 --- a/package/pjsip/Config.in +++ /dev/null @@ -1,27 +0,0 @@ -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 - default n - help - Enable Lantiq Tapi. |