Skip to content
Snippets Groups Projects
Commit ddec67e8 authored by Alex Beregszaszi's avatar Alex Beregszaszi
Browse files

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
parent a7b91ac6
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment