[vlc-devel] commit: Contrib: use athlon64 as the basic cpu for x86_64 ( Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Sep 3 00:29:23 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep  3 00:28:32 2009 +0200| [07ba5ec6c73ac4c5874d8d4848cbfc7d75f44e8e] | committer: Jean-Baptiste Kempf 

Contrib: use athlon64 as the basic cpu for x86_64

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

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index e2ca7ce..5c318e5 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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




More information about the vlc-devel mailing list