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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
