[FFmpeg-devel] [PATCH 5/5] fftools/Makefile: clean files from fftools/{graph, textformat}/
Ramiro Polla
ramiro.polla at gmail.com
Mon Jun 2 00:30:46 EEST 2025
On Tue, May 27, 2025 at 3:33 AM Ramiro Polla <ramiro.polla at 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.
More information about the ffmpeg-devel
mailing list