[Ffmpeg-cvslog] r8765 - trunk/libavcodec/Makefile
alex
subversion
Sat Apr 21 02:29:01 CEST 2007
Author: alex
Date: Sat Apr 21 02:29:01 2007
New Revision: 8765
Modified:
trunk/libavcodec/Makefile
Log:
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile (original)
+++ trunk/libavcodec/Makefile Sat Apr 21 02:29:01 2007
@@ -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
More information about the ffmpeg-cvslog
mailing list