[FFmpeg-cvslog] avcodec/Makefile: fix build of exr decoder in odd configs
Timo Rothenpieler
git at videolan.org
Tue Mar 18 02:24:37 EET 2025
ffmpeg | branch: master | Timo Rothenpieler <timo at rothenpieler.org> | Tue Mar 18 01:14:34 2025 +0100| [d54afd4d61479d84a82f1646778ead1dd39ba771] | committer: Timo Rothenpieler
avcodec/Makefile: fix build of exr decoder in odd configs
Fixes #11519
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d54afd4d61479d84a82f1646778ead1dd39ba771
---
libavcodec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index b6e70b9ad6..abe8b3ffda 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -366,7 +366,7 @@ OBJS-$(CONFIG_EIGHTSVX_FIB_DECODER) += 8svx.o
OBJS-$(CONFIG_ESCAPE124_DECODER) += escape124.o
OBJS-$(CONFIG_ESCAPE130_DECODER) += escape130.o
OBJS-$(CONFIG_EVRC_DECODER) += evrcdec.o acelp_vectors.o lsp.o
-OBJS-$(CONFIG_EXR_DECODER) += exr.o exrdsp.o half2float.o
+OBJS-$(CONFIG_EXR_DECODER) += exr.o exrdsp.o float2half.o half2float.o
OBJS-$(CONFIG_EXR_ENCODER) += exrenc.o float2half.o
OBJS-$(CONFIG_FASTAUDIO_DECODER) += fastaudio.o
OBJS-$(CONFIG_FFV1_DECODER) += ffv1dec.o ffv1_parse.o ffv1.o
More information about the ffmpeg-cvslog
mailing list