]> git.sesse.net Git - ffmpeg/commit
avcodec/parser: move parsers list and related API to its own file
authorJames Almer <jamrial@gmail.com>
Sat, 21 Jul 2018 17:21:16 +0000 (14:21 -0300)
committerJames Almer <jamrial@gmail.com>
Sat, 21 Jul 2018 19:08:29 +0000 (16:08 -0300)
commit3735d55af32e845a7fe591bc4023c057f8e513f9
treebee34035f00623aabc0b837bd5a1bbd4fa7ae9c4
parent9d6efefaf41ae349e8c8ad4bb2d76dd27561efab
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>
Makefile
configure
libavcodec/Makefile
libavcodec/parser.c
libavcodec/parsers.c [new file with mode: 0644]