On Tue, May 27, 2025 at 3:33 AM Ramiro Polla <[email protected]> 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
