Commit 26570241 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/libg7221: new package

parent 67027b6f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -700,6 +700,7 @@ menu "Audio/Sound"
	source "package/libcodec2/Config.in"
	source "package/libcue/Config.in"
	source "package/libcuefile/Config.in"
	source "package/libg7221/Config.in"
	source "package/libid3tag/Config.in"
	source "package/liblo/Config.in"
	source "package/libmad/Config.in"
+7 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBG7221
	bool "libg7221"
	help
	  libg722_1 is a library for the ITU G.722.1 and Annex C
	  wideband speech codecs.

	  http://www.soft-switch.org
+16 −0
Original line number Diff line number Diff line
################################################################################
#
# libg7221
#
################################################################################

LIBG7221_VERSION = dbfc29d4806ecdace50379a2f4d68a992a6fec34
# we use the FreeSwitch fork because it contains pkgconf support
LIBG7221_SITE = https://freeswitch.org/stash/scm/sd/libg7221.git
LIBG7221_SITE_METHOD = git
LIBG7221_LICENSE = Polycom
LIBG7221_LICENSE_FILES = COPYING
LIBG7221_AUTORECONF = YES
LIBG7221_INSTALL_STAGING = YES

$(eval $(autotools-package))