[vlc-commits] contrib: arrib25: disable package not usable on Winstore builds
Steve Lhomme
git at videolan.org
Wed Mar 20 10:50:21 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Mar 7 11:19:44 2019 +0100| [b0f1ff6e660b6e7d13298b411c2e5c1bc083dfa6] | committer: Steve Lhomme
contrib: arrib25: disable package not usable on Winstore builds
uses winscard API which is not available
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b0f1ff6e660b6e7d13298b411c2e5c1bc083dfa6
---
contrib/src/aribb25/rules.mak | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contrib/src/aribb25/rules.mak b/contrib/src/aribb25/rules.mak
index bc1ef48933..7bcd9b3e03 100644
--- a/contrib/src/aribb25/rules.mak
+++ b/contrib/src/aribb25/rules.mak
@@ -4,8 +4,10 @@ ARIBB25_VERSION := 0.2.7
ARIBB25_URL := $(VIDEOLAN)/aribb25/$(ARIBB25_VERSION)/aribb25-$(ARIBB25_VERSION).tar.gz
ifdef HAVE_WIN32
+ifndef HAVE_WINSTORE
PKGS += aribb25
endif
+endif
ifeq ($(call need_pkg,"pcslite"),)
PKGS += aribb25
endif
More information about the vlc-commits
mailing list