diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-07-14 01:45:58 +0200 |
---|---|---|
committer | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-07-14 04:07:15 +0200 |
commit | 6cf3abb33eed9bdbd4b5db92bfd009b64ec23f85 (patch) | |
tree | 4957651d15e54883ef127e77b930d4b8b7065f0a /sound/lame | |
parent | 0f218c55941b3492b39964ffec2313d0380a5190 (diff) |
sound/lame: Update as MP3 isn't covered by patents
In April Technicolor's and Fraunhofer IIS's patents and mp3 licensing
programs has been expired and/or terminated.
Sources:
https://www.iis.fraunhofer.de/en/ff/amm/prod/audiocodec/audiocodecs/mp3.html
https://en.wikipedia.org/wiki/MP3#Licensing.2C_ownership_and_legislation
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'sound/lame')
-rw-r--r-- | sound/lame/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/lame/Makefile b/sound/lame/Makefile index 41a90f7d5..99cf7c79b 100644 --- a/sound/lame/Makefile +++ b/sound/lame/Makefile @@ -30,7 +30,6 @@ define Package/lame/Default SECTION:=sound CATEGORY:=Sound URL:=http://sourceforge.net/projects/lame - DEPENDS:=@BUILD_PATENTED endef define Package/lame |