[MPlayer-dev-eng] [PATCH] Replace deprecated avcodec resamples with libswresample in af_lavcres

Ingo Brückl ib at wupperonline.de
Tue Aug 25 12:19:59 CEST 2015


Andreas Cadhalpun wrote on Sat, 15 Aug 2015 17:29:10 +0200:

> 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.

Yes, hopefully fixed in r37463.

Ingo


More information about the MPlayer-dev-eng mailing list