[FFmpeg-cvslog] r17498 - trunk/configure
Carl Eugen Hoyos
cehoyos
Fri Apr 10 19:29:02 CEST 2009
mru <subversion <at> mplayerhq.hu> writes:
> Author: mru
> Date: Sat Feb 21 22:07:32 2009
> New Revision: 17498
>
> Log:
> configure: move detection of compiler type to single location
>
> Modified:
> trunk/configure
>
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure Sat Feb 21 21:57:46 2009 (r17497)
> +++ trunk/configure Sat Feb 21 22:07:32 2009 (r17498)
> @@ -1350,6 +1350,16 @@ EOF
> fi
> rm $TMPSH
>
> +if $cc --version 2>/dev/null | grep -q '(GCC)'; then
> + cc_type=gcc
Please note that this does not work for gcc 2.95.3
$ gcc --version
2.95.3
A possible fix is to use gcc -v.
Carl Eugen
More information about the ffmpeg-cvslog
mailing list