diff mbox series

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

Message ID 20200310155511.965-2-jamrial@gmail.com
State Accepted
Headers show
Series [FFmpeg-devel,1/2] Makefile: add missing configure time generated module list files to the distclean list | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

James Almer March 10, 2020, 3:55 p.m. UTC
Also remove the ancient reference to libmpcodecs while at it.

Signed-off-by: James Almer <jamrial@gmail.com>
---
 libavfilter/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paul B Mahol March 10, 2020, 4:32 p.m. UTC | #1
lgtm

On 3/10/20, James Almer <jamrial@gmail.com> wrote:
> Also remove the ancient reference to libmpcodecs while at it.
>
> Signed-off-by: James Almer <jamrial@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/%)
>
>  OPENCL = $(subst $(SRC_PATH)/,,$(wildcard
> $(SRC_PATH)/libavfilter/opencl/*.cl))
>  .SECONDARY: $(OPENCL:.cl=.c)
> --
> 2.25.1
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
Guo, Yejun March 11, 2020, 6:16 a.m. UTC | #2
> -----Original Message-----
> From: ffmpeg-devel [mailto:ffmpeg-devel-bounces@ffmpeg.org] On Behalf Of
> Paul B Mahol
> Sent: Wednesday, March 11, 2020 12:32 AM
> To: FFmpeg development discussions and patches <ffmpeg-devel@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@gmail.com> wrote:
> > Also remove the ancient reference to libmpcodecs while at it.
> >
> > Signed-off-by: James Almer <jamrial@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.
diff mbox series

Patch

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/%)
 
 OPENCL = $(subst $(SRC_PATH)/,,$(wildcard $(SRC_PATH)/libavfilter/opencl/*.cl))
 .SECONDARY: $(OPENCL:.cl=.c)