mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-20 22:06:59 +00:00
avformat/Makefile: Add missing rawenc dependency for iLBC muxer
Forgotten in ab502fab
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
2db37bf4cd
commit
64f4d58c5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user