mirror of https://git.ffmpeg.org/ffmpeg.git
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>
This commit is contained in:
parent
33be368202
commit
36aaee2a65
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue