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

Andreas Rheinhardt git at videolan.org
Sat Jan 8 19:42:20 EET 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Jan  6 16:57:56 2022 +0100| [1beeeaf23ddb1630a66ec762a2270e46b76000d0] | committer: Andreas Rheinhardt

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

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

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

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

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 358245a587..5f38d133f0 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