[FFmpeg-devel] [PATCH]Makefile: Clean compat subdirectory
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Feb 21 15:38:22 EET 2017
Hi!
Attached patch fixes ticket #5546 here.
Please comment, Carl Eugen
-------------- next part --------------
From 175f3ba7b6034670965e62beef26294efdbc858f Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Tue, 21 Feb 2017 14:36:15 +0100
Subject: [PATCH] Makefile: Clean compat subdirectory.
Fixes ticket #5546.
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index 8aa72fd..ddc7f0c 100644
--- a/Makefile
+++ b/Makefile
@@ -179,6 +179,8 @@ clean::
$(RM) $(ALLAVPROGS) $(ALLAVPROGS_G)
$(RM) $(CLEANSUFFIXES)
$(RM) $(CLEANSUFFIXES:%=tools/%)
+ $(RM) $(CLEANSUFFIXES:%=compat/msvcrt/%)
+ $(RM) $(CLEANSUFFIXES:%=compat/%)
$(RM) -r coverage-html
$(RM) -rf coverage.info coverage.info.in lcov
--
1.7.10.4
More information about the ffmpeg-devel
mailing list