[FFmpeg-devel] [PATCH 1/2] Makefile: add missing configure time generated module list files to the distclean list
James Almer
jamrial at gmail.com
Tue Mar 10 17:55:10 EET 2020
Signed-off-by: James Almer <jamrial at gmail.com>
---
Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index b7ecea855d..ddfca178f5 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,9 @@ distclean:: clean
version.h libavutil/ffversion.h libavcodec/codec_names.h \
libavcodec/bsf_list.c libavformat/protocol_list.c \
libavcodec/codec_list.c libavcodec/parser_list.c \
- libavformat/muxer_list.c libavformat/demuxer_list.c
+ libavformat/muxer_list.c libavformat/demuxer_list.c \
+ libavfilter/filter_list.c libavdevice/indev_list.c \
+ libavdevice/outdev_list.c
ifeq ($(SRC_LINK),src)
$(RM) src
endif
--
2.25.1
More information about the ffmpeg-devel
mailing list