summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-11-19 10:06:11 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-15 13:38:15 +0100
commit25f1a0d16ac62f223de8ce8e727202300df2e818 (patch)
tree1eff2f5255896678f7dd033c80a3c3620dee1f93
parentf841880be1198017a83baacb524de1c8a61eab86 (diff)
downloadbuildroot-25f1a0d16ac62f223de8ce8e727202300df2e818.tar.gz
buildroot-25f1a0d16ac62f223de8ce8e727202300df2e818.zip
mplayer: use autodetection for dvdnav
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/mplayer/mplayer.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk
index ad2d9dd613..3051afab17 100644
--- a/package/mplayer/mplayer.mk
+++ b/package/mplayer/mplayer.mk
@@ -125,9 +125,10 @@ MPLAYER_CONF_OPTS += \
MPLAYER_DEPENDENCIES += libdvdread
endif
+# We intentionally don't pass --enable-dvdnav to let the autodetection
+# find which library to link with.
ifeq ($(BR2_PACKAGE_LIBDVDNAV),y)
MPLAYER_CONF_OPTS += \
- --enable-dvdnav \
--with-dvdnav-config=$(STAGING_DIR)/usr/bin/dvdnav-config
MPLAYER_DEPENDENCIES += libdvdnav
endif
OpenPOWER on IntegriCloud