mpd: enable opus support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
44eb12f3c7
commit
effa44f3b4
1 changed files with 3 additions and 3 deletions
|
@ -33,8 +33,8 @@ define Package/mpd/Default
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
TITLE:=Music Player Daemon
|
TITLE:=Music Player Daemon
|
||||||
URL:=https://www.musicpd.org/
|
URL:=https://www.musicpd.org/
|
||||||
DEPENDS:= +zlib +libcurl +libpthread +libmpdclient +libstdcpp $(ICONV_DEPENDS) \
|
DEPENDS:= +zlib +libcurl +libpthread +libmpdclient +boost $(ICONV_DEPENDS) \
|
||||||
+AUDIO_SUPPORT:alsa-lib +boost +libexpat +libflac +libid3tag +libfaad2
|
+AUDIO_SUPPORT:alsa-lib +libexpat +libflac +libid3tag +libfaad2 +libopus
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/mpd/Default/description
|
define Package/mpd/Default/description
|
||||||
|
@ -140,7 +140,7 @@ MESON_ARGS += \
|
||||||
-Dmikmod=disabled \
|
-Dmikmod=disabled \
|
||||||
-Dmodplug=disabled \
|
-Dmodplug=disabled \
|
||||||
-Dmpcdec=disabled \
|
-Dmpcdec=disabled \
|
||||||
-Dopus=disabled \
|
-Dopus=enabled \
|
||||||
-Dsidplay=disabled \
|
-Dsidplay=disabled \
|
||||||
-Dsndfile=disabled \
|
-Dsndfile=disabled \
|
||||||
-Dwavpack=disabled \
|
-Dwavpack=disabled \
|
||||||
|
|
Loading…
Reference in a new issue