[FFmpeg-devel] [PATCH] build: mp filter does not depend on postproc anymore

Paul B Mahol onemda at gmail.com
Wed Dec 26 20:12:47 CET 2012


On 12/26/12, Clement Boesch <ubitux at gmail.com> wrote:
> On Wed, Dec 26, 2012 at 06:49:59PM +0000, Paul B Mahol wrote:
>> This fixes testprogs build target if libpostproc is disabled.
>>
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>>  libavfilter/Makefile | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libavfilter/Makefile b/libavfilter/Makefile
>> index 7595e4c..34baa6d 100644
>> --- a/libavfilter/Makefile
>> +++ b/libavfilter/Makefile
>> @@ -15,7 +15,7 @@ FFLIBS-$(CONFIG_MOVIE_FILTER)                += avformat
>> avcodec
>>  FFLIBS-$(CONFIG_PAN_FILTER)                  += swresample
>>  FFLIBS-$(CONFIG_PP_FILTER)                   += postproc
>>  FFLIBS-$(CONFIG_REMOVELOGO_FILTER)           += avformat avcodec
>> -FFLIBS-$(CONFIG_MP_FILTER)                   += avcodec postproc
>> +FFLIBS-$(CONFIG_MP_FILTER)                   += avcodec
>>  FFLIBS-$(CONFIG_SMARTBLUR_FILTER)            += swscale
>>
>>  HEADERS = asrc_abuffer.h
>> \
>
> LGTM, thanks.

applied
>
> --
> Clement B.
>


More information about the ffmpeg-devel mailing list