Nuo Mi: > --- > libavcodec/vvc/Makefile | 3 +- > libavcodec/vvc/vvc_itx_1d.c | 713 ++++++++++++++++++++++++++++++++++++ > libavcodec/vvc/vvc_itx_1d.h | 52 +++ > 3 files changed, 767 insertions(+), 1 deletion(-) > create mode 100644 libavcodec/vvc/vvc_itx_1d.c > create mode 100644 libavcodec/vvc/vvc_itx_1d.h > > diff --git a/libavcodec/vvc/Makefile b/libavcodec/vvc/Makefile > index 573964ee67..25428c0ee2 100644 > --- a/libavcodec/vvc/Makefile > +++ b/libavcodec/vvc/Makefile > @@ -6,6 +6,7 @@ OBJS-$(CONFIG_VVC_DECODER) += vvc/vvcdec.o > \ > vvc/vvc_ctu.o \ > vvc/vvc_data.o \ > vvc/vvc_inter.o \ > + vvc/vvc_itx_1d.o \ > vvc/vvc_mvs.o \ > vvc/vvc_ps.o \ > - vvc/vvc_refs.o > + vvc/vvc_refs.o > \ No newline at end of file
You should add all those missing newlines to all files that need them. - Andreas _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
