You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
build: Ignore generated mapfile and remove it on distclean
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -26,3 +26,4 @@
|
|||||||
/config.*
|
/config.*
|
||||||
/coverage.info
|
/coverage.info
|
||||||
/lcov/
|
/lcov/
|
||||||
|
/mapfile
|
||||||
|
2
Makefile
2
Makefile
@@ -218,7 +218,7 @@ clean::
|
|||||||
distclean::
|
distclean::
|
||||||
$(RM) $(DISTCLEANSUFFIXES)
|
$(RM) $(DISTCLEANSUFFIXES)
|
||||||
$(RM) config.* .config libavutil/avconfig.h .version avversion.h \
|
$(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:
|
config:
|
||||||
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
|
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
|
||||||
|
Reference in New Issue
Block a user