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