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