mirror of https://git.ffmpeg.org/ffmpeg.git
build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()
This commit is contained in:
parent
930e26a3ea
commit
92fec47d69
|
@ -24,7 +24,7 @@ OBJS = allformats.o \
|
|||
OBJS-$(CONFIG_NETWORK) += network.o
|
||||
|
||||
# muxers/demuxers
|
||||
OBJS-$(CONFIG_A64_MUXER) += a64.o
|
||||
OBJS-$(CONFIG_A64_MUXER) += a64.o rawenc.o
|
||||
OBJS-$(CONFIG_AAC_DEMUXER) += aacdec.o rawdec.o
|
||||
OBJS-$(CONFIG_AC3_DEMUXER) += ac3dec.o rawdec.o
|
||||
OBJS-$(CONFIG_AC3_MUXER) += rawenc.o
|
||||
|
|
Loading…
Reference in New Issue