Skip to content

Commit 81c50c3

Browse files
committed
avcodec/Makefile: Only compile executor when VVC decoder is enabled
Reviewed-by: Nuo Mi <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]>
1 parent 6bd4e8b commit 81c50c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libavcodec/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ OBJS = ac3_parser.o \
4343
dirac.o \
4444
dv_profile.o \
4545
encode.o \
46-
executor.o \
4746
get_buffer.o \
4847
imgconvert.o \
4948
jni.o \
@@ -809,7 +808,7 @@ OBJS-$(CONFIG_VPLAYER_DECODER) += textdec.o ass.o
809808
OBJS-$(CONFIG_VP9_V4L2M2M_DECODER) += v4l2_m2m_dec.o
810809
OBJS-$(CONFIG_VQA_DECODER) += vqavideo.o
811810
OBJS-$(CONFIG_VQC_DECODER) += vqcdec.o
812-
OBJS-$(CONFIG_VVC_DECODER) += h2645data.o
811+
OBJS-$(CONFIG_VVC_DECODER) += executor.o h2645data.o
813812
OBJS-$(CONFIG_WADY_DPCM_DECODER) += dpcm.o
814813
OBJS-$(CONFIG_WAVARC_DECODER) += wavarc.o
815814
OBJS-$(CONFIG_WAVPACK_DECODER) += wavpack.o wavpackdata.o dsd.o

0 commit comments

Comments
 (0)