[vlc-commits] contrib: define HAVE_WIN64 for mingw amd64 and x86_64 targets
Steve Lhomme
git at videolan.org
Fri Jun 10 14:15:43 CEST 2016
vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Fri Jun 10 10:08:02 2016 +0200| [9608e2c0b79a5a705004c13d4114c41d5187eeb7] | committer: Jean-Baptiste Kempf
contrib: define HAVE_WIN64 for mingw amd64 and x86_64 targets
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9608e2c0b79a5a705004c13d4114c41d5187eeb7
---
contrib/bootstrap | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index d50e6a4..58a7e6f 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -325,6 +325,11 @@ case "${OS}" in
add_make_enabled "HAVE_WINSTORE"
;;
esac
+ case "${HOST}" in
+ amd64*|x86_64*)
+ add_make_enabled "HAVE_WIN64"
+ ;;
+ esac
case "${HOST}" in
armv7*)
add_make_enabled "HAVE_ARMV7A"
More information about the vlc-commits
mailing list