[FFmpeg-cvslog] Makefile: Delete more created files when running "make distclean".
Carl Eugen Hoyos
git at videolan.org
Wed Mar 11 12:43:15 EET 2020
ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Wed Mar 11 11:39:44 2020 +0100| [613de37a6c5d6c2fdceb18b62fbe8d70c52b6cd5] | committer: Carl Eugen Hoyos
Makefile: Delete more created files when running "make distclean".
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=613de37a6c5d6c2fdceb18b62fbe8d70c52b6cd5
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index b7ecea855d..45a22b0cb3 100644
--- a/Makefile
+++ b/Makefile
@@ -151,6 +151,7 @@ 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 \
+ libavfilter/filter_list.c libavdevice/indev_list.c libavdevice/outdev_list.c \
libavformat/muxer_list.c libavformat/demuxer_list.c
ifeq ($(SRC_LINK),src)
$(RM) src
More information about the ffmpeg-cvslog
mailing list