This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new b802eeabff avformat/Makefile: Add jpegxs->img2dec.o dependency
b802eeabff is described below

commit b802eeabff59b3c95dd3efc411253db9b1a558f0
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Sun Dec 14 14:25:24 2025 +0100
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Sun Dec 14 14:27:46 2025 +0100

    avformat/Makefile: Add jpegxs->img2dec.o dependency
    
    Forgotten in 3b1214a89767ccd4ccdf0561952c79566cbc5b7d.
    
    Reported-by: Jamaika1 <[email protected]>
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavformat/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index f78f673e58..5fd3f7252a 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -302,6 +302,7 @@ OBJS-$(CONFIG_IMAGE_J2K_PIPE_DEMUXER)     += img2dec.o 
img2.o
 OBJS-$(CONFIG_IMAGE_JPEG_PIPE_DEMUXER)    += img2dec.o img2.o
 OBJS-$(CONFIG_IMAGE_JPEGLS_PIPE_DEMUXER)  += img2dec.o img2.o
 OBJS-$(CONFIG_IMAGE_JPEGXL_PIPE_DEMUXER)  += img2dec.o img2.o
+OBJS-$(CONFIG_IMAGE_JPEGXS_PIPE_DEMUXER)  += img2dec.o img2.o
 OBJS-$(CONFIG_IMAGE_PAM_PIPE_DEMUXER)     += img2dec.o img2.o
 OBJS-$(CONFIG_IMAGE_PBM_PIPE_DEMUXER)     += img2dec.o img2.o
 OBJS-$(CONFIG_IMAGE_PCX_PIPE_DEMUXER)     += img2dec.o img2.o

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to