[vlc-devel] [PATCH 2/4] contrib: define HAVE_WINRT for windowsphone/winphone/winrt targets
Steve Lhomme
robux4 at gmail.com
Mon Jul 20 14:15:32 CEST 2015
From: Steve Lhomme <robUx4 at gmail.com>
---
contrib/bootstrap | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index 6331190..cb0af1a 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -306,6 +306,11 @@ case "${OS}" in
;;
*mingw*)
add_make_enabled "HAVE_WIN32"
+ case "${HOST}" in
+ *winphone*|*windowsphone*|*winrt*)
+ add_make_enabled "HAVE_WINRT"
+ ;;
+ esac
;;
*solaris*)
add_make_enabled "HAVE_SOLARIS"
--
2.4.2
More information about the vlc-devel
mailing list