xref: /OK3568_Linux_fs/buildroot/package/opencore-amr/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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