diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-07 19:17:19 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-12 20:46:06 +0200 |
commit | 64f4d58c5e3df3cb28f1079a03f3e6a4715e73fc (patch) | |
tree | 1f68d40d5c59939b9468a19fc30c448f791fed8a /libavformat | |
parent | 2db37bf4cd4e7e2f5e0602691df10b65934feb60 (diff) | |
download | ffmpeg-64f4d58c5e3df3cb28f1079a03f3e6a4715e73fc.tar.gz |
avformat/Makefile: Add missing rawenc dependency for iLBC muxer
Forgotten in ab502fab.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |