mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
the AC-3 parser needs ac3.o
Originally committed as revision 8324 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2476139973
commit
43a0791b66
@ -290,7 +290,7 @@ OBJS-$(CONFIG_AMR_WB) += amrwb_float/dec_acelp.o \
|
||||
amrwb_float/if_rom.o
|
||||
|
||||
OBJS-$(CONFIG_AAC_PARSER) += parser.o
|
||||
OBJS-$(CONFIG_AC3_PARSER) += parser.o
|
||||
OBJS-$(CONFIG_AC3_PARSER) += parser.o ac3.o
|
||||
OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs.o parser.o
|
||||
OBJS-$(CONFIG_DVBSUB_PARSER) += dvbsubdec.o
|
||||
OBJS-$(CONFIG_DVDSUB_PARSER) += dvdsubdec.o
|
||||
|
Loading…
Reference in New Issue
Block a user