2014-06-28 03:38:53 +02:00
|
|
|
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++"
|
2014-10-02 22:04:51 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|