[FFmpeg-devel] Configure bug with --cpu=k8-sse3 (and a patch)

Davide Bergamini davide.bergamini3
Thu Mar 3 12:24:08 CET 2011


Hi, I'm not sure if I should write here... I have found that the configure
script doesn't recognize --cpu=k8-sse3.
Using it results that is doesn't call gcc with any --march flag, and
it disable cmov and other problems.

I have modified this line:

i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona|atom)
to this:

i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx|core2|amdfam10|barcelona|atom)
and now it's all ok.
Thanks you for your work!



More information about the ffmpeg-devel mailing list