Re: [FFmpeg-devel] Configure with --cpu=host and Clang

2016-03-26 Thread yukari yakumo
Oh, seems like upstream already have this patch... Well, clang doesn't have -mcpu at all, there -march only, just for gcc compatibility. 26.03.2016, 23:37, "Reimar Döffinger" : > On 26.03.2016, at 13:10, yukari yakumo wrote: >>  Hi everyone! >>  I'm Gentoo L

[FFmpeg-devel] Configure with --cpu=host and Clang

2016-03-26 Thread yukari yakumo
Hi everyone! I'm Gentoo Linux user and currently I play with Clang as default compiler. And currently I tried to build ffmpeg 2.8.6 with Clang 3.9.0 and `-march=native` in C(XX)FLAGS (ffmpeg-2.8.6.ebuild automatically convert this to `--cpu=host` configure flag). But I get `--cpu=host not suppor

[FFmpeg-devel] Configure with --cpu=host and Clang

2015-12-14 Thread yukari yakumo
Hi everyone! I'm Gentoo Linux user and currently I play with Clang as default compiler. And currently I tried to build ffmpeg 2.3.8 with Clang 3.7.0 and -march=native in C(XX)FLAGS (ffmpeg-2.3.8.ebuild automatically convert this to --cpu=host configure flag). But I get `--cpu=host not supported