blob: 3301ba8ff809c4b8edd622f070e6e58e213864db (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_LIBBROADVOICE
bool "libbroadvoice"
# broken with gcc <= 4.8 on arc
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59049
depends on !BR2_arc || BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
help
broadvoice - a library for the BroadVoice 16 and 32 speech
codecs
https://www.broadcom.com/support/broadvoice
|