Browse code

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

Måns Rullgård authored on 2010/01/25 11:03:10
Showing 1 changed files
... ...
@@ -1130,7 +1130,7 @@ ppc4xx_deps="ppc"
1130 1130
 
1131 1131
 vis_deps="sparc"
1132 1132
 
1133
-x86_64_select="cmov fast_cmov"
1133
+x86_64_suggest="cmov fast_cmov"
1134 1134
 amd3dnow_deps="mmx"
1135 1135
 amd3dnowext_deps="amd3dnow"
1136 1136
 mmx_deps="x86"