Re: [FFmpeg-devel] [PATCH 2/2] configure: warn if GCC 4.2 is being used

2015-08-25 Thread Ganesh Ajjanagadde
On Tue, Aug 25, 2015 at 5:37 AM, Carl Eugen Hoyos wrote: > Ganesh Ajjanagadde gmail.com> writes: > >> +if [ "$first" = true ]; then >> +case $gcc_basever in >> +4.2*) >> +warn "gcc 4.2 is outdated and may miscompile >> FFmpeg. Please use a newer

Re: [FFmpeg-devel] [PATCH 2/2] configure: warn if GCC 4.2 is being used

2015-08-25 Thread Carl Eugen Hoyos
Ganesh Ajjanagadde gmail.com> writes: > +if [ "$first" = true ]; then > +case $gcc_basever in > +4.2*) > +warn "gcc 4.2 is outdated and may miscompile > FFmpeg. Please use a newer compiler." Nothing wrong with that if the English Language Poli

[FFmpeg-devel] [PATCH 2/2] configure: warn if GCC 4.2 is being used

2015-08-24 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 | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/configure b/configure index f92b526..7d14461 100755 --- a/configure +++ b/con