[FFmpeg-devel] [PATCH v3 2/2] fftools/Makefile: clean files from fftools/textformat
Ramiro Polla
ramiro.polla at gmail.com
Fri May 30 13:52:06 EEST 2025
---
fftools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fftools/Makefile b/fftools/Makefile
index b6f3438e11..97da49b476 100644
--- a/fftools/Makefile
+++ b/fftools/Makefile
@@ -93,4 +93,4 @@ uninstall-progs:
$(RM) $(addprefix "$(BINDIR)/", $(ALLAVPROGS))
clean::
- $(RM) $(ALLAVPROGS) $(ALLAVPROGS_G) $(CLEANSUFFIXES:%=fftools/%)
+ $(RM) $(ALLAVPROGS) $(ALLAVPROGS_G) $(CLEANSUFFIXES:%=fftools/%) $(CLEANSUFFIXES:%=fftools/textformat/%)
--
2.39.5
More information about the ffmpeg-devel
mailing list