[FFmpeg-user] GCC 5.1: build errors

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Sep 11 15:00:17 CEST 2015


Reindl Harald <h.reindl <at> thelounge.net> writes:

> configuration:

[...]

Looks horribly broken to me...
Note for example that --arch only makes sense for 
cross-compilation: It only tells configure for 
which architecture you build, it has no effect on 
the architecture used.

If you want to test lto (and I strongly suggest 
to test it, I am not convinced that it is worth 
the waiting, people have used it in the past 
with horrible performance), please try:

$ configure --enable-lto --ar=gcc-ar --ranlib=true
or
$ configure --enable-shared --disable-static --enable-lto

Carl Eugen



More information about the ffmpeg-user mailing list