[FFmpeg-devel] [PATCH 2/2] avfilter/Makefile: remove dnn files when calling make clean

Guo, Yejun yejun.guo at intel.com
Wed Mar 11 08:16:59 EET 2020



> -----Original Message-----
> From: ffmpeg-devel [mailto:ffmpeg-devel-bounces at ffmpeg.org] On Behalf Of
> Paul B Mahol
> Sent: Wednesday, March 11, 2020 12:32 AM
> To: FFmpeg development discussions and patches <ffmpeg-devel at ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH 2/2] avfilter/Makefile: remove dnn files
> when calling make clean
> 
> lgtm
> 
> On 3/10/20, James Almer <jamrial at gmail.com> wrote:
> > Also remove the ancient reference to libmpcodecs while at it.
> >
> > Signed-off-by: James Almer <jamrial at gmail.com>
> > ---
> >  libavfilter/Makefile | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavfilter/Makefile b/libavfilter/Makefile
> > index e6cfcd9487..750412da6b 100644
> > --- a/libavfilter/Makefile
> > +++ b/libavfilter/Makefile
> > @@ -526,7 +526,7 @@ TESTPROGS = drawutils filtfmts formats integral
> >  TOOLS-$(CONFIG_LIBZMQ) += zmqsend
> >
> >  clean::
> > -	$(RM) $(CLEANSUFFIXES:%=libavfilter/libmpcodecs/%)
> > +	$(RM) $(CLEANSUFFIXES:%=libavfilter/dnn/%)
> >

thanks, will push soon.


More information about the ffmpeg-devel mailing list