Skip to content

Commit

Permalink
Merge pull request openwrt#11628 from neheb/mpdd
Browse files Browse the repository at this point in the history
mpd: allow AAC decoding with mini variant
  • Loading branch information
neheb authored Mar 23, 2020
2 parents fb12840 + c7d98c3 commit 81c3e2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sound/mpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=mpd
PKG_VERSION:=0.21.20
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.musicpd.org/download/mpd/0.21/
Expand All @@ -33,7 +33,7 @@ define Package/mpd/Default
TITLE:=Music Player Daemon
URL:=https://www.musicpd.org/
DEPENDS:= +zlib +libcurl +libpthread +libmpdclient +libstdcpp $(ICONV_DEPENDS) \
+AUDIO_SUPPORT:alsa-lib +boost +libexpat +libflac +USE_UCLIBC:icu
+AUDIO_SUPPORT:alsa-lib +boost +libexpat +libflac +libfaad2 +USE_UCLIBC:icu
endef

define Package/mpd/Default/description
Expand Down Expand Up @@ -73,7 +73,7 @@ define Package/mpd-mini/description
$(call Package/mpd/Default/description)
.
This package contains a minimal Music Player Daemon, with support for
only Flac, MP3 & OGG media types & only file: & http: protocols.
only FLAC, AAC, MP3 & OGG media types & only file: & http: protocols.
endef

define Package/mpd-mini/conffiles
Expand Down Expand Up @@ -131,7 +131,7 @@ MESON_ARGS += \
-Dchromaprint=disabled \
-Dadplug=disabled \
-Daudiofile=disabled \
-Dfaad=disabled \
-Dfaad=enabled \
-Dflac=enabled \
-Dfluidsynth=disabled \
-Dgme=disabled \
Expand Down

0 comments on commit 81c3e2d

Please sign in to comment.