vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Thu Dec 
21 13:52:33 2017 +0100| [5f7415b875192c3f20bc2d67d5bafb09a86a8919] | committer: 
Hugo Beauzée-Luyssen

contrib: Disable asdcp on winstore

(cherry picked from commit 87622d2f18a70642ea20fa3a69f637b1d1444d07)
Signed-off-by: Hugo Beauzée-Luyssen <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=5f7415b875192c3f20bc2d67d5bafb09a86a8919
---

 contrib/src/asdcplib/rules.mak | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/asdcplib/rules.mak b/contrib/src/asdcplib/rules.mak
index 2a62ff628b..d530887f62 100644
--- a/contrib/src/asdcplib/rules.mak
+++ b/contrib/src/asdcplib/rules.mak
@@ -6,9 +6,11 @@ ASDCPLIB_URL := 
http://download.cinecert.com/asdcplib/asdcplib-$(ASDCPLIB_VERSIO
 
 ifndef HAVE_IOS
 ifndef HAVE_ANDROID
+ifndef HAVE_WINSTORE
 PKGS += asdcplib
 endif
 endif
+endif
 
 ifeq ($(call need_pkg,"asdcplib >= 1.12"),)
 PKGS_FOUND += asdcplib

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to