On Sat, Feb 23, 2013 at 11:30:01PM +0100, Justin Ruggles wrote:
> 
> --- a/cmdutils.c
> +++ b/cmdutils.c
> @@ -405,6 +406,7 @@ int opt_default(void *optctx, const char *opt, const char 
> *arg)
>      char opt_stripped[128];
>      const char *p;
>      const AVClass *cc = avcodec_get_class(), *fc = avformat_get_class();
> +    const AVClass *rc = avresample_get_class();
>  #if CONFIG_SWSCALE
>      const AVClass *sc = sws_get_class();
>  #endif

This unconditional use of a libavresample function breaks configurations
with --disable-libavresample.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to