[FFmpeg-cvslog] avformat/Makefile: Add missing alp-muxer->rawenc.o dependency

Andreas Rheinhardt git at videolan.org
Sat Jan 8 20:45:28 EET 2022


ffmpeg | branch: release/5.0 | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Jan  6 16:57:56 2022 +0100| [237268f6dfc91fd33528d07912b57edccdea63e5] | committer: Andreas Rheinhardt

avformat/Makefile: Add missing alp-muxer->rawenc.o dependency

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
(cherry picked from commit 1beeeaf23ddb1630a66ec762a2270e46b76000d0)

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

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

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 07e8c4605b..9ceb2cf74e 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -87,7 +87,7 @@ OBJS-$(CONFIG_AIFF_DEMUXER)              += aiffdec.o aiff.o pcm.o \
 OBJS-$(CONFIG_AIFF_MUXER)                += aiffenc.o aiff.o id3v2enc.o
 OBJS-$(CONFIG_AIX_DEMUXER)               += aixdec.o
 OBJS-$(CONFIG_ALP_DEMUXER)               += alp.o
-OBJS-$(CONFIG_ALP_MUXER)                 += alp.o
+OBJS-$(CONFIG_ALP_MUXER)                 += alp.o rawenc.o
 OBJS-$(CONFIG_AMR_DEMUXER)               += amr.o rawdec.o
 OBJS-$(CONFIG_AMR_MUXER)                 += amr.o rawenc.o
 OBJS-$(CONFIG_AMRNB_DEMUXER)             += amr.o rawdec.o



More information about the ffmpeg-cvslog mailing list