mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c
Originally committed as revision 8765 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a7b91ac6de
commit
ddec67e8b1
@ -278,7 +278,7 @@ endif
|
||||
|
||||
|
||||
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