Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-05-24 13:16:52 +0300
committerDiego Biurrun <diego@biurrun.de>2016-05-27 12:27:24 +0300
commit6641819feedb086ebba3d2be89b8d33980f367e1 (patch)
treee8152b765262c92f058b611a542e874bbf57f907 /Makefile
parentf5c43884190be094749acfba104e3eab98d8ff1e (diff)
build: Ignore generated mapfile and remove it on distclean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d7bc4a470..1f7970553a 100644
--- a/Makefile
+++ b/Makefile
@@ -218,7 +218,7 @@ clean::
distclean::
$(RM) $(DISTCLEANSUFFIXES)
$(RM) config.* .config libavutil/avconfig.h .version avversion.h \
- libavcodec/bsf_list.c libavformat/protocol_list.c
+ mapfile libavcodec/bsf_list.c libavformat/protocol_list.c
config:
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)