The branch, master has been updated
via f49de7018af3e41805ad600ce99b79163861ff59 (commit)
from 799c133273a8c8455b21bbd9e2ab9e716f5e9bb1 (commit)
- Log -----------------------------------------------------------------
commit f49de7018af3e41805ad600ce99b79163861ff59
Author: Andreas Rheinhardt <[email protected]>
AuthorDate: Fri Sep 12 04:40:46 2025 +0200
Commit: Andreas Rheinhardt <[email protected]>
CommitDate: Fri Sep 12 17:11:26 2025 +0200
avcodec/Makefile: Add adpcm_vima->adpcm.o dependency
Forgotten in 9141fe9653dc078d81bff8308ffdd2aaaf35495c.
Reviewed-by: Peter Ross <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index ac143f4103..a321cda3a5 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -1012,7 +1012,7 @@ OBJS-$(CONFIG_ADPCM_SWF_DECODER) += adpcm.o
adpcm_data.o
OBJS-$(CONFIG_ADPCM_SWF_ENCODER) += adpcmenc.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_THP_DECODER) += adpcm.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_THP_LE_DECODER) += adpcm.o adpcm_data.o
-OBJS-$(CONFIG_ADPCM_VIMA_DECODER) += vima.o adpcm_data.o
+OBJS-$(CONFIG_ADPCM_VIMA_DECODER) += vima.o adpcm.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_XA_DECODER) += adpcm.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_XMD_DECODER) += adpcm.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o adpcm_data.o
-----------------------------------------------------------------------
Summary of changes:
libavcodec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]