mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 21:42:09 +00:00
lavfi/Makefile: Remove opencl object files when calling make clean.
This commit is contained in:
parent
86267fccc6
commit
7b0d179195
@ -537,7 +537,7 @@ TESTPROGS = drawutils filtfmts formats integral
|
||||
TOOLS-$(CONFIG_LIBZMQ) += zmqsend
|
||||
|
||||
clean::
|
||||
$(RM) $(CLEANSUFFIXES:%=libavfilter/dnn/%)
|
||||
$(RM) $(CLEANSUFFIXES:%=libavfilter/dnn/%) $(CLEANSUFFIXES:%=libavfilter/opencl/%)
|
||||
|
||||
OPENCL = $(subst $(SRC_PATH)/,,$(wildcard $(SRC_PATH)/libavfilter/opencl/*.cl))
|
||||
.SECONDARY: $(OPENCL:.cl=.c)
|
||||
|
Loading…
Reference in New Issue
Block a user