FFmpeg/libavcodec/vvc/Makefile
Andreas Rheinhardt db063212c8 avcodec/vvc: Rename vvc_?foo->foo
A namespace is unnecessary here given that all these files
are already in the vvc subfolder.

Reviewed-by: Nuo Mi <nuomi2021@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-04-04 16:45:00 +02:00

18 lines
920 B
Makefile

clean::
$(RM) $(CLEANSUFFIXES:%=libavcodec/vvc/%)
OBJS-$(CONFIG_VVC_DECODER) += vvc/dec.o \
vvc/dsp.o \
vvc/cabac.o \
vvc/ctu.o \
vvc/data.o \
vvc/filter.o \
vvc/inter.o \
vvc/intra.o \
vvc/intra_utils.o \
vvc/itx_1d.o \
vvc/mvs.o \
vvc/ps.o \
vvc/refs.o \
vvc/thread.o \