[vlc-devel] commit: Contribs: Use mtune=pentium2 for Windows	(Jean-Baptiste Kempf )
    git version control 
    git at videolan.org
       
    Sat Jan  9 00:25:27 CET 2010
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan  9 00:17:44 2010 +0100| [bcd6f556b7a41613074491553a765e5ed6510e0c] | committer: Jean-Baptiste Kempf 
Contribs: Use mtune=pentium2 for Windows
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bcd6f556b7a41613074491553a765e5ed6510e0c
---
 extras/contrib/bootstrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 798daf5..2f621fe 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -215,7 +215,7 @@ case $HOST in
     *mingw32*)
         echo "HAVE_WIN32 = 1" >> config.mak
         echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
-        EXTRA_CFLAGS="-O3"
+        EXTRA_CFLAGS=" -O3 -mtune=pentium2"
         DISTRO=win32
     ;;
     i686-pc-cygwin)
    
    
More information about the vlc-devel
mailing list