[FFmpeg-devel] [PATCH 3/3] postproc: Fix unprotected inline asm

Derek Buitenhuis derek.buitenhuis at gmail.com
Sat Sep 8 14:33:51 CEST 2012


On 08/09/2012 8:25 AM, Michael Niedermayer wrote:
> speeds up compile, reduces filesize, might (well probably will) help
> gcc create faster code
> and its supported since a long time and has its users
> If you compile only for your own CPU why build code 4 times ?
> 
> actually, i think the opposit, that is allowing ffmpeg to compile
> just the pieces of code that would be used on a specific CPU would be
> quite interresting instead of droping this feature from libpp
> of course this only would happen if theres someone who has the
> will and time to think about how to implement it and does implement
> it ...
> 
> But skiping compilation of unused optimizations surely would have its
> users in ffmpeg too, dont you think so ?
> I mean developers surely wont mind speeding compile up ...

I will try what you suggested in the previous mail then.

- Derek


More information about the ffmpeg-devel mailing list