On Wed, Sep 11, 2013 at 01:59:39PM +0200, Luca Barbato wrote:
> --- a/configure
> +++ b/configure
> @@ -2660,6 +2672,14 @@ probe_cc(){
> if [ $pfx = hostcc ]; then
> append _cflags -Dsnprintf=_snprintf
> fi
> + elif $_cc --version 2>/dev/null | grep -q ^cparser; then
> + _type=cparser
> + _ident=$($_cc --version | head -n1)
> + _depflags='-MMD'
> + _cflags_speed='-O4'
> + _cflags_size='-O2'
> + _flags='-Wno-missing-variable-declarations -Wno-empty-statement'
> + _flags_filter=cparser_flags
> fi
The warning flags belong somewhere else, as I said before.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel