mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-13 10:44:59 +00:00
dd8fb0aaae
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> |
||
---|---|---|
.. | ||
cabac.c | ||
data.c | ||
data.h | ||
dsp_template.c | ||
dsp.c | ||
dsp.h | ||
filter.c | ||
hevc.h | ||
hevcdec.c | ||
hevcdec.h | ||
Makefile | ||
mvs.c | ||
parse.c | ||
parse.h | ||
parser.c | ||
pred_template.c | ||
pred.c | ||
pred.h | ||
ps_enc.c | ||
ps.c | ||
ps.h | ||
refs.c | ||
sei.c | ||
sei.h |