Commit ff34b4d6 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

opencore-amr: new package

parent da8915b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -522,6 +522,7 @@ menu "Audio/Sound"
	source "package/libsndfile/Config.in"
	source "package/libsoxr/Config.in"
	source "package/libvorbis/Config.in"
	source "package/opencore-amr/Config.in"
	source "package/opus/Config.in"
	source "package/portaudio/Config.in"
	source "package/speex/Config.in"
+11 −0
Original line number Diff line number Diff line
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
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# opencore-amr
#
################################################################################

OPENCORE_AMR_VERSION = 0.1.3
OPENCORE_AMR_SITE = http://downloads.sourceforge.net/project/opencore-amr/opencore-amr
OPENCORE_AMR_INSTALL_STAGING = YES
OPENCORE_AMR_LICENSE = Apache-2.0
OPENCORE_AMR_LICENSE_FILES = COPYING

$(eval $(autotools-package))