diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-05 11:20:44 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-09 10:59:33 +0200 |
commit | dd8fb0aaaeb91f393adeb82f885d9ccf698df845 (patch) | |
tree | 60dd4500f499cf9fdd5f61dcaef62997ec38b66b /tools | |
parent | daac101e61697cdc39e6e01d77ff6201efc70845 (diff) | |
download | ffmpeg-dd8fb0aaaeb91f393adeb82f885d9ccf698df845.tar.gz |
avcodec/hevc/Makefile: Move rules for lavc/* files to lavc/Makefile
If any of these files (say A) would be changed in such a way
that A acquires a new dependency on another file B, building B
would need to be added to all the rules that lead to A being built.
Yet currently the rules for several files are spread over
the lavc Makefile and the Makefile of the lavc/hevc subdir, making
it more likely to be forgotten. So move the rules for these files
to the lavc/Makefile.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions