summaryrefslogtreecommitdiff
path: root/package/mplayer
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-06-19 18:20:27 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-06-19 23:01:42 +0200
commitc5298e809e843a816077005371d443c3becf4532 (patch)
treebc21038c4b2c85dfedb9f8f4cf2d9a4dc7df1280 /package/mplayer
parent90edb06599cbf74caa5ac038a41bba52330db3f8 (diff)
package/mplayer: adjust configure options to updated libdvdread/libdvdnav
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mplayer')
-rw-r--r--package/mplayer/mplayer.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk
index 9ae7ca4e0..541dd4f75 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