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