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:
authorAnton Khirnov <anton@khirnov.net>2016-03-20 12:00:58 +0300
committerAnton Khirnov <anton@khirnov.net>2016-04-19 14:34:07 +0300
commit06edef3d5e072ef3c4face9ce946d2d9c36cc477 (patch)
tree00ca9d805e3eeb8a36a7467199b2a53480d6753f /Makefile
parenta0f469da744db83db32f3fe13186ee4aa2bc7dc5 (diff)
Generate the lists of enabled protocols/bsfs from configure.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96ad55d8dc..1d7bc4a470 100644
--- a/Makefile
+++ b/Makefile
@@ -217,7 +217,8 @@ clean::
distclean::
$(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
config:
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)