e7d8e346fd
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
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
|