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