Commit 07ba5ec6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: use athlon64 as the basic cpu for x86_64

parent 1d8bae2a
...@@ -117,7 +117,7 @@ ifdef HAVE_WIN32 ...@@ -117,7 +117,7 @@ ifdef HAVE_WIN32
HOSTCONF+= --without-pic --disable-shared --enable-msw --disable-dependency-tracking HOSTCONF+= --without-pic --disable-shared --enable-msw --disable-dependency-tracking
FFMPEGCONF+= --target-os=mingw32 --enable-memalign-hack --cpu=i686 --arch=i686 FFMPEGCONF+= --target-os=mingw32 --enable-memalign-hack --cpu=i686 --arch=i686
ifdef HAVE_WIN64 ifdef HAVE_WIN64
FFMPEGCONF+= --cpu=i686 --arch=x86_64 FFMPEGCONF+= --cpu=athlon64 --arch=x86_64
else else
FFMPEGCONF+= --cpu=i686 --arch=x86_32 FFMPEGCONF+= --cpu=i686 --arch=x86_32
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment