[FFmpeg-cvslog] avformat/Makefile: add iso_writer golomb_tab from shared library dependency

Peter Ross git at videolan.org
Thu Dec 19 03:57:13 EET 2024


ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Thu Dec 19 07:09:21 2024 +1100| [494c96137916e0e61f17c439f8f5be13b27fc592] | committer: Peter Ross

avformat/Makefile: add iso_writer golomb_tab from shared library dependency

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=494c96137916e0e61f17c439f8f5be13b27fc592
---

 libavformat/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index dd96bf7ba8..691738eb4b 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -729,6 +729,7 @@ OBJS-$(CONFIG_LIBZMQ_PROTOCOL)           += libzmq.o
 # Objects duplicated from other libraries for shared builds
 SHLIBOBJS                                += log2_tab.o to_upper4.o
 SHLIBOBJS-$(CONFIG_ISO_MEDIA)            += mpegaudiotabs.o
+SHLIBOBJS-$(CONFIG_ISO_WRITER)           += golomb_tab.o
 SHLIBOBJS-$(CONFIG_FLV_MUXER)            += mpeg4audio_sample_rates.o
 SHLIBOBJS-$(CONFIG_HLS_DEMUXER)          += ac3_channel_layout_tab.o
 SHLIBOBJS-$(CONFIG_IMAGE_JPEGXL_PIPE_DEMUXER)    += jpegxl_parse.o



More information about the ffmpeg-cvslog mailing list