> -----Original Message----- > From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of Ramiro Polla > Sent: Sonntag, 1. Juni 2025 23:31 > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 5/5] fftools/Makefile: clean files from > fftools/{graph, textformat}/ > > On Tue, May 27, 2025 at 3:33 AM Ramiro Polla <ramiro.po...@gmail.com> wrote: > > > > --- > > fftools/Makefile | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/fftools/Makefile b/fftools/Makefile > > index c1eba733da..b3c08ae5a0 100644 > > --- a/fftools/Makefile > > +++ b/fftools/Makefile > > @@ -92,4 +92,4 @@ uninstall-progs: > > $(RM) $(addprefix "$(BINDIR)/", $(ALLAVPROGS)) > > > > clean:: > > - $(RM) $(ALLAVPROGS) $(ALLAVPROGS_G) $(CLEANSUFFIXES:%=fftools/%) > > + $(RM) $(ALLAVPROGS) $(ALLAVPROGS_G) $(CLEANSUFFIXES:%=fftools/%) > $(CLEANSUFFIXES:%=fftools/graph/%) $(CLEANSUFFIXES:%=fftools/textformat/%) > > -- > > 2.39.5 > > I'll apply this patch tomorrow.
Do you mean this one or the whole series? Thanks sw _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".