diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-07-24 12:44:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 12:44:43 -0700 |
commit | 10eba3a334131437ceabb2a3f647238395b9ce4e (patch) | |
tree | 74762cf2458c5cf847ccffe8ad60c8b912041146 /sound | |
parent | 39c9f2e8eaa52184077de8e7018bcce5e5adf700 (diff) | |
parent | 10c087a98c2ab8e5dcf569a052987b10e3e582e4 (diff) |
Merge pull request #12576 from neheb/squ
squeezelite: remove WMA support
Diffstat (limited to 'sound')
-rw-r--r-- | sound/squeezelite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/squeezelite/Makefile b/sound/squeezelite/Makefile index c4a168163..8fd931dcc 100644 --- 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 |