You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
920 B

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 \