Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-01-25 05:03:10 +0300
committerMåns Rullgård <mans@mansr.com>2010-01-25 05:03:10 +0300
commit7f8c3d1f4d903b3a884175c3da7ffb1e80698d9d (patch)
tree0493d21cdc6cdf870b8b3c8058633045746f05e3 /configure
parent1e4f1c56d7f13a1425d6c8b1f2edb3194e295482 (diff)
configure: fix --cpu=nocona
Use x86_64_suggest instead of _select as otherwise fast_cmov being disabled (as it should be for nocona) also disables x86_64 breaking the build. Originally committed as revision 21446 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3ee73841c6..23f43ff189 100755
--- a/configure
+++ b/configure
@@ -1130,7 +1130,7 @@ ppc4xx_deps="ppc"
vis_deps="sparc"
-x86_64_select="cmov fast_cmov"
+x86_64_suggest="cmov fast_cmov"
amd3dnow_deps="mmx"
amd3dnowext_deps="amd3dnow"
mmx_deps="x86"