* [Buildroot] [PATCH 1/1] mpv: enable cdda support through libcdio-paranoia
@ 2018-04-01 19:36 Fabrice Fontaine
2018-04-01 22:44 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2018-04-01 19:36 UTC (permalink / raw)
To: buildroot
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/mpv/mpv.mk | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/package/mpv/mpv.mk b/package/mpv/mpv.mk
index f38a6b916f..b8260213b7 100644
--- a/package/mpv/mpv.mk
+++ b/package/mpv/mpv.mk
@@ -20,7 +20,6 @@ MPV_CONF_OPTS = \
--prefix=/usr \
--disable-android \
--disable-caca \
- --disable-cdda \
--disable-cocoa \
--disable-coreaudio \
--disable-cuda-hwaccel \
@@ -99,6 +98,14 @@ else
MPV_CONF_OPTS += --disable-libbluray
endif
+# libcdio-paranoia
+ifeq ($(BR2_PACKAGE_LIBCDIO_PARANOIA),y)
+MPV_CONF_OPTS += --enable-cdda
+MPV_DEPENDENCIES += libcdio-paranoia
+else
+MPV_CONF_OPTS += --disable-cdda
+endif
+
# libdvdnav
ifeq ($(BR2_PACKAGE_LIBDVDNAV),y)
MPV_CONF_OPTS += --enable-dvdnav
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-01 22:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-01 19:36 [Buildroot] [PATCH 1/1] mpv: enable cdda support through libcdio-paranoia Fabrice Fontaine
2018-04-01 22:44 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox