[MPlayer-dev-eng] [PATCH] Replace deprecated avcodec resamples with libswresample in af_lavcresample
Andreas Cadhalpun
andreas.cadhalpun at googlemail.com
Sat Aug 15 17:29:10 CEST 2015
On 14.08.2015 23:38, Roberto Togni wrote:
> Index: af_lavcresample.c
> ===================================================================
> --- af_lavcresample.c (revisione 37444)
> +++ af_lavcresample.c (copia locale)
> @@ -25,15 +25,20 @@
>
> #include "config.h"
> #include "af.h"
> -#include "libavcodec/avcodec.h"
> #include "libavutil/rational.h"
> +#include "libswresample/swresample.h"
Since this uses libswresample now, I think configure has to be changed
to also check for that.
Best regards,
Andreas
More information about the MPlayer-dev-eng
mailing list