blob: e35c8dddae9d6c9e3a46d2d4266020bc45c86a70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_OPENCORE_AMR
bool "opencore-amr"
depends on BR2_INSTALL_LIBSTDCPP
help
Library of OpenCORE Framework implementation of Adaptive
Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB)
speech codec.
http://opencore-amr.sourceforge.net/
comment "opencore-amr needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
|