[FFmpeg-cvslog] avfilter/Makefile: remove dnn files when calling make clean
James Almer
git at videolan.org
Wed Mar 11 08:18:24 EET 2020
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Mar 10 12:55:11 2020 -0300| [36aaee2a65a6c308c9789b85b0acb6cd5e117d41] | committer: Guo, Yejun
avfilter/Makefile: remove dnn files when calling make clean
Also remove the ancient reference to libmpcodecs while at it.
Signed-off-by: James Almer <jamrial at gmail.com>
Reviewed-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36aaee2a65a6c308c9789b85b0acb6cd5e117d41
---
libavfilter/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index e6cfcd9487..750412da6b 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -526,7 +526,7 @@ TESTPROGS = drawutils filtfmts formats integral
TOOLS-$(CONFIG_LIBZMQ) += zmqsend
clean::
- $(RM) $(CLEANSUFFIXES:%=libavfilter/libmpcodecs/%)
+ $(RM) $(CLEANSUFFIXES:%=libavfilter/dnn/%)
OPENCL = $(subst $(SRC_PATH)/,,$(wildcard $(SRC_PATH)/libavfilter/opencl/*.cl))
.SECONDARY: $(OPENCL:.cl=.c)
More information about the ffmpeg-cvslog
mailing list