Commit 36aaee2a authored by James Almer's avatar James Almer Committed by Guo, Yejun

avfilter/Makefile: remove dnn files when calling make clean

Also remove the ancient reference to libmpcodecs while at it.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 33be3682
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment