Re: [FFmpeg-devel] [PATCHv3] configure: warn if GCC 4.2 is being used

2015-08-27 Thread Carl Eugen Hoyos
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

2015-08-26 Thread Carl Eugen Hoyos
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

[FFmpeg-devel] [PATCHv3] configure: warn if GCC 4.2 is being used

2015-08-26 Thread Ganesh Ajjanagadde
The wiki, Ticket1464, and Ticket3970 warn about the usage of GCC 4.2. This fixes Ticket3970. Signed-off-by: Ganesh Ajjanagadde --- configure | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 6449018..5e49705 100755 --- a/configure +++ b/confi