[FFmpeg-devel] [PATCH]Fix PGC compilation
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Apr 18 14:11:26 CEST 2013
Michael Niedermayer <michaelni <at> gmx.at> writes:
> some random options i found in the manual that could
> be tried to see if they fix any tests
> -Kieee
> -alias=traditional
> -Mreentrant
> -Mstride0
Using these options does not fix tiny_psnr (needs gcc),
it does not fix smacker decoding on 32bit with -O2
(works with -O and -O1), it does not fix dnxhdenc.o and
faxcompr.o if -Mdse and -O or -O2 is used (works without
-Mdse), it does not fix the crash in movenc with -O2 and
-O (works with -O1), it does not fix the problem with
lpc.o - affecting ra144 and flac - with -O2 (needs -O)
Carl Eugen
More information about the ffmpeg-devel
mailing list