diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-03-20 10:00:58 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-04-19 13:34:07 +0200 |
commit | 06edef3d5e072ef3c4face9ce946d2d9c36cc477 (patch) | |
tree | 00ca9d805e3eeb8a36a7467199b2a53480d6753f /Makefile | |
parent | a0f469da744db83db32f3fe13186ee4aa2bc7dc5 (diff) | |
download | ffmpeg-06edef3d5e072ef3c4face9ce946d2d9c36cc477.tar.gz |
Generate the lists of enabled protocols/bsfs from configure.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |