You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -526,7 +526,7 @@ TESTPROGS = drawutils filtfmts formats integral
|
|||||||
TOOLS-$(CONFIG_LIBZMQ) += zmqsend
|
TOOLS-$(CONFIG_LIBZMQ) += zmqsend
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
$(RM) $(CLEANSUFFIXES:%=libavfilter/libmpcodecs/%)
|
$(RM) $(CLEANSUFFIXES:%=libavfilter/dnn/%)
|
||||||
|
|
||||||
OPENCL = $(subst $(SRC_PATH)/,,$(wildcard $(SRC_PATH)/libavfilter/opencl/*.cl))
|
OPENCL = $(subst $(SRC_PATH)/,,$(wildcard $(SRC_PATH)/libavfilter/opencl/*.cl))
|
||||||
.SECONDARY: $(OPENCL:.cl=.c)
|
.SECONDARY: $(OPENCL:.cl=.c)
|
||||||
|
Reference in New Issue
Block a user