Merge pull request #253 from neheb/patch-1

bcg729: Remove BUILD_PATENTED.
This commit is contained in:
Jiri Slachta 2018-02-21 08:23:34 +01:00 committed by GitHub
commit 9a034c9775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bcg729
PKG_VERSION:=1.0.4
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.linphone.org/releases/sources/bcg729
@ -31,7 +31,6 @@ define Package/bcg729
CATEGORY:=Libraries
TITLE:=Software G729A encoder and decoder library written in C
URL:=http://www.linphone.org/technical-corner/bcg729.html
DEPENDS:=@BUILD_PATENTED
endef
define Package/bcg729/description