Skip to content

Commit

Permalink
squeezelite: add BUILD_PATENTED depends for WMA support
Browse files Browse the repository at this point in the history
WMA uses ffmpeg, which has patented functionality.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Jul 23, 2020
1 parent 4a798f1 commit 10c087a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/squeezelite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 10c087a

Please sign in to comment.