[vlc-commits] contrib: add some define for WindowsStore and WindowsPhone targets
Steve Lhomme
git at videolan.org
Fri Feb 12 11:18:00 CET 2016
vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Wed Feb 10 15:59:56 2016 +0100| [cd08244982efe9180fc1a5b5612d924b7bf623c8] | committer: Jean-Baptiste Kempf
contrib: add some define for WindowsStore and WindowsPhone targets
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd08244982efe9180fc1a5b5612d924b7bf623c8
---
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"
More information about the vlc-commits
mailing list