From d0d60263fcf3d14da1f9a93b806230fc8aef75c1 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 25 Jan 2018 18:54:28 -0800 Subject: [PATCH] libmad: Remove BUILD_PATENTED MP3 patents expired in 16 April 2017 and Fraunhoffer IIS has terminated its MP3 licensing program as a result. Signed-off-by: Rosen Penev --- libs/libmad/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/libmad/Makefile b/libs/libmad/Makefile index e0a58b1673..4ae75256ed 100644 --- a/libs/libmad/Makefile +++ b/libs/libmad/Makefile @@ -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