[FFmpeg-user] error in make test

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Oct 4 05:42:39 EEST 2019



> Am 04.10.2019 um 02:31 schrieb S Andreason <sandreas41 at gmail.com>:
> 
> extra-ldflags=-L/usr/lib/i386-linux-gnu

The test is inherently broken on i386 (it tests for identical float behaviour which is not guaranteed), you can wait until it gets fixed or test --extra-cflags=-msse2
(There is a setting that changes float behaviour on i386, not sure if this is the right one but it doesn’t matter: The test is definitely broken.)

Sorry for not understanding this issue earlier, Carl Eugen


More information about the ffmpeg-user mailing list