Merge pull request #5506 from neheb/patch-2

libmad: Remove BUILD_PATENTED
This commit is contained in:
Ted Hess 2018-02-10 07:53:53 -05:00 committed by GitHub
commit c66296b283
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:=libmad
PKG_VERSION:=0.15.1b
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/mad \
@ -42,7 +42,6 @@ define Package/libmad
CATEGORY:=Libraries
TITLE:=An high-quality MPEG audio decoding library
URL:=http://www.underbit.com/products/mad/
DEPENDS:=@BUILD_PATENTED
endef
define Package/libmad/description