summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/mpd/Config.in1
-rw-r--r--package/mpd/mpd.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index b8a56b75dd..108b2b107a 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -145,6 +145,7 @@ config BR2_PACKAGE_MPD_MUSEPACK
config BR2_PACKAGE_MPD_OPUS
bool "opus"
select BR2_PACKAGE_OPUS
+ select BR2_PACKAGE_LIBOGG
help
Enable opus input support.
Select this if you want to play back OPUS encoded files.
diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
index df940359fb..f84c6d0031 100644
--- a/package/mpd/mpd.mk
+++ b/package/mpd/mpd.mk
@@ -97,7 +97,7 @@ MPD_CONF_OPT += --disable-sndfile
endif
ifeq ($(BR2_PACKAGE_MPD_OPUS),y)
-MPD_DEPENDENCIES += opus
+MPD_DEPENDENCIES += opus libogg
MPD_CONF_OPT += --enable-opus
else
MPD_CONF_OPT += --disable-opus
OpenPOWER on IntegriCloud