Re: [FFmpeg-devel] [PATCHv3] configure: warn if GCC 4.2 is being used
Ganesh Ajjanagadde gmail.com> writes: > The wiki, Ticket1464, and Ticket3970 warn about the > usage of GCC 4.2. > This fixes Ticket3970. Pushed. Thank you for working on this issue, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org ht
Re: [FFmpeg-devel] [PATCHv3] configure: warn if GCC 4.2 is being used
Ganesh Ajjanagadde gmail.com> writes: > +case $gcc_basever in > +4.2*) > +warn "gcc 4.2 is outdated and may miscompile FFmpeg. > Please use a newer compiler." ;; I believe this is a good idea and will push if nobody objects. Carl Eugen