[FFmpeg-devel] [PATCH] gifdec: workaround old gcc 4.2 mis-compiling code
Paul B Mahol
onemda at gmail.com
Mon Mar 25 09:47:14 CET 2013
On 3/24/13, Michael Niedermayer <michaelni at gmx.at> wrote:
> It appears gcc forgets to increment the byte stream pointer at -O3
> I was not able to spot a reason/excuse for it to do that. It
> also disappears if an av_log() is placed in the function.
>
> This should fix the gif fate failures on open & free bsd
>
I really dislike hacks like this. if av_log() helps add it instead.
More information about the ffmpeg-devel
mailing list