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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue