vlc | branch: master | Steve Lhomme <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
