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 Linux user and currently I play with Cl

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

2016-03-26 Thread Reimar Döffinger
On 26.03.2016, at 13:10, yukari yakumo wrote: > 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

[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

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

2015-12-30 Thread Michael Niedermayer
On Mon, Dec 14, 2015 at 06:11:00PM +0300, yukari yakumo wrote: > 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 thi

[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