[vlc-devel] [PATCH 1/2] contrib: add some define for WindowsStore and WindowsPhone targets

Steve Lhomme robux4 at videolabs.io
Wed Feb 10 15:59:56 CET 2016


From: Steve Lhomme <robux4 at gmail.com>

---
 contrib/bootstrap | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/contrib/bootstrap b/contrib/bootstrap
index 74e5e38..01cb95e 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -315,6 +315,16 @@ case "${OS}" in
 		;;
 	*mingw*)
 		add_make_enabled "HAVE_WIN32"
+		case "${HOST}" in
+			*winphone*|*windowsphone*)
+			add_make_enabled "HAVE_WINDOWSPHONE"
+			;;
+		esac
+		case "${HOST}" in
+			*winphone*|*windowsphone*|*winrt*)
+			add_make_enabled "HAVE_WINSTORE"
+			;;
+		esac
 		;;
 	*solaris*)
 		add_make_enabled "HAVE_SOLARIS"
-- 
2.7.0.windows.1



More information about the vlc-devel mailing list