Commit f9f7b02e authored by mru's avatar mru

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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21446 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 96fc030f
......@@ -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"
......
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