]> git.sesse.net Git - vlc/commitdiff
Contrib: use athlon64 as the basic cpu for x86_64
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 2 Sep 2009 22:28:32 +0000 (00:28 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 2 Sep 2009 22:28:32 +0000 (00:28 +0200)
extras/contrib/src/Makefile

index e2ca7ce2e9d2c8d772740740ddc2a8311345b990..5c318e524e14dc812267e6e458c1a5dd6509f164 100644 (file)
@@ -117,7 +117,7 @@ ifdef HAVE_WIN32
 HOSTCONF+= --without-pic --disable-shared --enable-msw --disable-dependency-tracking
 FFMPEGCONF+= --target-os=mingw32 --enable-memalign-hack --cpu=i686 --arch=i686
 ifdef HAVE_WIN64
-FFMPEGCONF+= --cpu=i686 --arch=x86_64
+FFMPEGCONF+= --cpu=athlon64 --arch=x86_64
 else
 FFMPEGCONF+= --cpu=i686 --arch=x86_32
 endif