[vlc-devel] commit: Contribs: better match for Win64 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Feb 15 08:12:31 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 15 08:12:12 2010 +0100| [71d91ef3c963878b4d1d25a630e494497b60b4eb] | committer: Jean-Baptiste Kempf
Contribs: better match for Win64
So that debian packaging can take it.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=71d91ef3c963878b4d1d25a630e494497b60b4eb
---
extras/contrib/bootstrap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 5b74eb7..ac39d96 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -205,7 +205,7 @@ case $HOST in
EXTRA_CPPFLAGS=" -D_WIN32_WCE=0x0500"
DISTRO=wince
;;
- x86_64-*-mingw*)
+ *64-*mingw*)
echo "HAVE_WIN64 = 1" >> config.mak
echo "HAVE_WIN32 = 1" >> config.mak
echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
More information about the vlc-devel
mailing list