[vlc-devel] [PATCH 2/3] contrib: define HAVE_WIN64 for mingw amd64 and x86_64 targets

Steve Lhomme robux4 at videolabs.io
Fri Jun 10 10:08:02 CEST 2016


---
 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"
-- 
2.8.2



More information about the vlc-devel mailing list