[vlc-commits] contrib: dvdnav: disable package not usable on Winstore builds
Steve Lhomme
git at videolan.org
Wed Mar 20 10:50:27 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Mar 13 11:10:16 2019 +0100| [4892bdf87b81c1fafd2a3475f79a9f0b20685161] | committer: Steve Lhomme
contrib: dvdnav: disable package not usable on Winstore builds
Needs dvdread which is not available.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4892bdf87b81c1fafd2a3475f79a9f0b20685161
---
contrib/src/dvdnav/rules.mak | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contrib/src/dvdnav/rules.mak b/contrib/src/dvdnav/rules.mak
index 7aec80cc2a..92c3ccc577 100644
--- a/contrib/src/dvdnav/rules.mak
+++ b/contrib/src/dvdnav/rules.mak
@@ -5,9 +5,11 @@ LIBDVDNAV_URL := $(VIDEOLAN)/libdvdnav/$(LIBDVDNAV_VERSION)/libdvdnav-$(LIBDVDNA
ifdef BUILD_DISCS
ifdef GPL
+ifndef HAVE_WINSTORE
PKGS += dvdnav
endif
endif
+endif
ifeq ($(call need_pkg,"dvdnav >= 5.0.3"),)
PKGS_FOUND += dvdnav
endif
More information about the vlc-commits
mailing list