[FFmpeg-cvslog] avformat/Makefile: Add missing rawenc dependency for iLBC muxer
Andreas Rheinhardt
git at videolan.org
Sun Apr 12 21:51:02 EEST 2020
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Tue Apr 7 19:17:19 2020 +0200| [64f4d58c5e3df3cb28f1079a03f3e6a4715e73fc] | committer: Andreas Rheinhardt
avformat/Makefile: Add missing rawenc dependency for iLBC muxer
Forgotten in ab502fab.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64f4d58c5e3df3cb28f1079a03f3e6a4715e73fc
---
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 8fd0d43721..9d4c230bcf 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -239,7 +239,7 @@ OBJS-$(CONFIG_IDF_DEMUXER) += bintext.o sauce.o
OBJS-$(CONFIG_IFF_DEMUXER) += iff.o
OBJS-$(CONFIG_IFV_DEMUXER) += ifv.o
OBJS-$(CONFIG_ILBC_DEMUXER) += ilbc.o
-OBJS-$(CONFIG_ILBC_MUXER) += ilbc.o
+OBJS-$(CONFIG_ILBC_MUXER) += ilbc.o rawenc.o
OBJS-$(CONFIG_IMAGE2_DEMUXER) += img2dec.o img2.o
OBJS-$(CONFIG_IMAGE2_MUXER) += img2enc.o img2.o
OBJS-$(CONFIG_IMAGE2PIPE_DEMUXER) += img2dec.o img2.o
More information about the ffmpeg-cvslog
mailing list