[vlc-devel] commit: contrib: define _WIN32_WCE on mingw32ce (Pierre Ynard )

git version control git at videolan.org
Thu Nov 12 08:12:36 CET 2009


vlc | branch: 1.0-bugfix | Pierre Ynard <linkfanel at yahoo.fr> | Thu Nov 12 06:03:56 2009 +0100| [8331be3aaab5cfb33ea96042f1b96826721f76dd] | committer: Pierre Ynard 

contrib: define _WIN32_WCE on mingw32ce

Because you're supposed to
(cherry picked from commit cc352bcff484d45b27e78c07de3a58cbcbe06d6c)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8331be3aaab5cfb33ea96042f1b96826721f76dd
---

 extras/contrib/bootstrap |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 92f0053..8df4875 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -225,6 +225,7 @@ case $HOST in
     *mingw32ce)
         echo "HAVE_WINCE = 1" >> config.mak
         echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
+        EXTRA_CPPFLAGS=" -D_WIN32_WCE=0x0500"
         DISTRO=wince
     ;;
     x86_64-*-mingw*)




More information about the vlc-devel mailing list