From: Bernd Kuhls Date: Sun, 29 Mar 2015 17:11:31 +0000 (+0200) Subject: package/mplayer: disable optional libcdio support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=780879e950ee8bc775a7d22bdbd33e57ac36565f;p=buildroot.git package/mplayer: disable optional libcdio support Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk index 2ddc0fc370..be9c656603 100644 --- a/package/mplayer/mplayer.mk +++ b/package/mplayer/mplayer.mk @@ -99,6 +99,11 @@ else MPLAYER_CONF_OPTS += --disable-bluray endif +# cdio support is broken in buildroot atm due to missing libcdio-paranoia +# package and this patch +# https://github.com/pld-linux/mplayer/blob/master/mplayer-libcdio.patch +MPLAYER_CONF_OPTS += --disable-libcdio + ifeq ($(BR2_PACKAGE_LIBDVDREAD),y) MPLAYER_CONF_OPTS += \ --enable-dvdread \