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

Davide Bergamini 0damnedmind0
Thu Mar 3 16:52:30 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 in gcc called without the --march flag, and cmov disabled
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