Commit cd082449 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

contrib: add some define for WindowsStore and WindowsPhone targets

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d99f1ab6
...@@ -315,6 +315,16 @@ case "${OS}" in ...@@ -315,6 +315,16 @@ case "${OS}" in
;; ;;
*mingw*) *mingw*)
add_make_enabled "HAVE_WIN32" 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*) *solaris*)
add_make_enabled "HAVE_SOLARIS" add_make_enabled "HAVE_SOLARIS"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment