summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-03-10 12:55:11 -0300
committerGuo, Yejun <yejun.guo@intel.com>2020-03-11 14:11:37 +0800
commit36aaee2a65a6c308c9789b85b0acb6cd5e117d41 (patch)
treec2416204ba82e99465e74c7fc9984e3bba562c72 /libavfilter
parent33be368202b3b70631481a617759df2e1bbc15f1 (diff)
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@gmail.com> Reviewed-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
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)