[vlc-commits] contrib: assume UWP hosts are for Universal platforms

Steve Lhomme git at videolan.org
Mon May 16 11:49:08 CEST 2016


vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Mon Feb 22 17:44:18 2016 +0100| [cbb501376a51035e4723793388d1d006f17cae63] | committer: Jean-Baptiste Kempf

contrib: assume UWP hosts are for Universal platforms

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 contrib/bootstrap |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/bootstrap b/contrib/bootstrap
index 01cb95e..6d7f643 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -321,7 +321,7 @@ case "${OS}" in
 			;;
 		esac
 		case "${HOST}" in
-			*winphone*|*windowsphone*|*winrt*)
+			*winphone*|*windowsphone*|*winrt*|*uwp*)
 			add_make_enabled "HAVE_WINSTORE"
 			;;
 		esac



More information about the vlc-commits mailing list