[FFmpeg-cvslog] avcodec/Makefile: include aom_film_grain.o file for h264_sei component
Peter Ross
git at videolan.org
Fri Mar 21 04:23:01 EET 2025
ffmpeg | branch: release/7.1 | Peter Ross <pross at xvid.org> | Thu Dec 19 09:50:42 2024 +1100| [276bd388f33b5071799691aee6e0cd99c7133d61] | committer: James Almer
avcodec/Makefile: include aom_film_grain.o file for h264_sei component
h264_sei depends on h2645_sei, which in turn depends on aom_film_grain for
ff_aom_uninit_film_grain_params()
(cherry picked from commit 7aeae8d1ae846302ba1e9955cf64fe83f02b7a57)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=276bd388f33b5071799691aee6e0cd99c7133d61
---
libavcodec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index a4fcce3b42..153a9e3881 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -108,7 +108,7 @@ OBJS-$(CONFIG_H264PARSE) += h264_parse.o h264_ps.o h264data.o \
h2645data.o h2645_parse.o h2645_vui.o
OBJS-$(CONFIG_H264PRED) += h264pred.o
OBJS-$(CONFIG_H264QPEL) += h264qpel.o
-OBJS-$(CONFIG_H264_SEI) += h264_sei.o h2645_sei.o
+OBJS-$(CONFIG_H264_SEI) += h264_sei.o h2645_sei.o aom_film_grain.o
OBJS-$(CONFIG_HEVCPARSE) += h2645data.o h2645_parse.o h2645_vui.o
OBJS-$(CONFIG_HEVC_SEI) += h2645_sei.o aom_film_grain.o \
dynamic_hdr_vivid.o
More information about the ffmpeg-cvslog
mailing list