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