vlc | branch: master | Marvin Scholz <[email protected]> | Wed Jun 5 22:46:47 2019 +0200| [0510d4971de78cf1c75b7eb3e55f1bc5d41f9ff7] | committer: Marvin Scholz
contrib/bootstrap: Remove redundant HAVE_WIN64 check The amd64 case is handled by get-arch.sh and returned as x86_64, and for x86_64 there is a check in the main.mak that sets HAVE_WIN64 if the arch is x86_64 and building for Windows. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0510d4971de78cf1c75b7eb3e55f1bc5d41f9ff7 --- contrib/bootstrap | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contrib/bootstrap b/contrib/bootstrap index 654b8a8d4a..7ad8b33c67 100755 --- a/contrib/bootstrap +++ b/contrib/bootstrap @@ -366,11 +366,6 @@ case "${OS}" in ;; 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
