[vlc-devel] [PATCH 12/22] contrib: add HAVE_WINRT for WinRT/WindowsPhone targets
Steve Lhomme
robux4 at gmail.com
Fri Jul 31 16:54:56 CEST 2015
---
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