You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
448 B
27 lines
448 B
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.
|
|
|