diff options
author | James Almer <jamrial@gmail.com> | 2018-07-21 14:21:16 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-07-21 16:08:29 -0300 |
commit | 3735d55af32e845a7fe591bc4023c057f8e513f9 (patch) | |
tree | bee34035f00623aabc0b837bd5a1bbd4fa7ae9c4 /configure | |
parent | 9d6efefaf41ae349e8c8ad4bb2d76dd27561efab (diff) | |
download | ffmpeg-3735d55af32e845a7fe591bc4023c057f8e513f9.tar.gz |
avcodec/parser: move parsers list and related API to its own file
And add it to the CONFIGURABLE_COMPONENTS list in Makefile. This way, changes
to the new file will be tracked and the usual warning to suggest re-running
configure will be shown.
Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3679,7 +3679,7 @@ CODEC_LIST=" $ENCODER_LIST $DECODER_LIST " -PARSER_LIST=$(find_things_extern parser AVCodecParser libavcodec/parser.c) +PARSER_LIST=$(find_things_extern parser AVCodecParser libavcodec/parsers.c) BSF_LIST=$(find_things_extern bsf AVBitStreamFilter libavcodec/bitstream_filters.c) HWACCEL_LIST=$(find_things_extern hwaccel AVHWAccel libavcodec/hwaccels.h) PROTOCOL_LIST=$(find_things_extern protocol URLProtocol libavformat/protocols.c) |