Skip to content

Commit d54afd4

Browse files
committed
avcodec/Makefile: fix build of exr decoder in odd configs
Fixes #11519
1 parent 46da560 commit d54afd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libavcodec/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ OBJS-$(CONFIG_EIGHTSVX_FIB_DECODER) += 8svx.o
366366
OBJS-$(CONFIG_ESCAPE124_DECODER) += escape124.o
367367
OBJS-$(CONFIG_ESCAPE130_DECODER) += escape130.o
368368
OBJS-$(CONFIG_EVRC_DECODER) += evrcdec.o acelp_vectors.o lsp.o
369-
OBJS-$(CONFIG_EXR_DECODER) += exr.o exrdsp.o half2float.o
369+
OBJS-$(CONFIG_EXR_DECODER) += exr.o exrdsp.o float2half.o half2float.o
370370
OBJS-$(CONFIG_EXR_ENCODER) += exrenc.o float2half.o
371371
OBJS-$(CONFIG_FASTAUDIO_DECODER) += fastaudio.o
372372
OBJS-$(CONFIG_FFV1_DECODER) += ffv1dec.o ffv1_parse.o ffv1.o

0 commit comments

Comments
 (0)