projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a798f1
)
squeezelite: add BUILD_PATENTED depends for WMA support
12576/head
author
Rosen Penev
<rosenp@gmail.com>
Thu, 23 Jul 2020 21:23:34 +0000
(14:23 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Thu, 23 Jul 2020 21:23:34 +0000
(14:23 -0700)
WMA uses ffmpeg, which has patented functionality.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
sound/squeezelite/Makefile
patch
|
blob
|
history
diff --git
a/sound/squeezelite/Makefile
b/sound/squeezelite/Makefile
index c4a1681632029cd653e7ee66b89d6cdf6132f7f6..8fd931dcc3bc743fbd3c14226c442aa0efacb28c 100644
(file)
--- a/
sound/squeezelite/Makefile
+++ b/
sound/squeezelite/Makefile
@@
-7,7
+7,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=squeezelite
PKG_VERSION:=1.9.6-1210
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/ralph-irving/squeezelite
@@
-50,6
+50,7
@@
define Package/squeezelite/config/default
config SQUEEZELITE_WMA
bool "WMA/ALAC decode support"
+ depends on BUILD_PATENTED
help
Include WMA and ALAC decoding using ffmpeg
default n