[vlc-commits] i686-w64-mingw32 toolchain produces 32bits binaries

Rafaël Carré git at videolan.org
Sat Nov 19 15:19:14 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Nov 19 09:18:19 2011 -0500| [7c3da06795daf5fa8b038e1fa493e7155a9aba83] | committer: Rafaël Carré

i686-w64-mingw32 toolchain produces 32bits binaries

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

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index f91b33f..6d60b78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -351,7 +351,7 @@ case "${host_os}" in
         dnl NSIS Installer prefix and WIN64
         dnl
         case "${host}" in
-            amd64*|i686-w64*|x86_64*)
+            amd64*|x86_64*)
                 HAVE_WIN64="1"
                 PROGRAMFILES="PROGRAMFILES64"
             ;;



More information about the vlc-commits mailing list