Commit 5a9134f5 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '6641819f'

* commit '6641819f':
  build: Ignore generated mapfile and remove it on distclean
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents cd52ec23 6641819f
......@@ -32,3 +32,4 @@
/avversion.h
/lcov/
/src
/mapfile
......@@ -184,7 +184,7 @@ clean::
distclean::
$(RM) $(DISTCLEANSUFFIXES)
$(RM) config.* .config libavutil/avconfig.h .version avversion.h version.h libavutil/ffversion.h libavcodec/codec_names.h libavcodec/bsf_list.c libavformat/protocol_list.c
$(RM) config.* .config libavutil/avconfig.h .version mapfile avversion.h version.h libavutil/ffversion.h libavcodec/codec_names.h libavcodec/bsf_list.c libavformat/protocol_list.c
ifeq ($(SRC_LINK),src)
$(RM) src
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment