From: Bernd Kuhls Date: Sun, 19 Jun 2016 16:20:27 +0000 (+0200) Subject: package/mplayer: adjust configure options to updated libdvdread/libdvdnav X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c5298e809e843a816077005371d443c3becf4532;p=buildroot.git package/mplayer: adjust configure options to updated libdvdread/libdvdnav Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk index 9ae7ca4e0c..541dd4f75c 100644 --- a/package/mplayer/mplayer.mk +++ b/package/mplayer/mplayer.mk @@ -123,7 +123,7 @@ MPLAYER_CONF_OPTS += --disable-libcdio # autodetection find which library to link with. ifeq ($(BR2_PACKAGE_LIBDVDREAD),y) MPLAYER_CONF_OPTS += \ - --with-dvdread-config=$(STAGING_DIR)/usr/bin/dvdread-config + --with-dvdread-config="$(PKG_CONFIG_HOST_BINARY) dvdread" MPLAYER_DEPENDENCIES += libdvdread endif @@ -131,7 +131,7 @@ endif # find which library to link with. ifeq ($(BR2_PACKAGE_LIBDVDNAV),y) MPLAYER_CONF_OPTS += \ - --with-dvdnav-config=$(STAGING_DIR)/usr/bin/dvdnav-config + --with-dvdnav-config="$(PKG_CONFIG_HOST_BINARY) dvdnav" MPLAYER_DEPENDENCIES += libdvdnav endif