# HG changeset patch # User diego # Date 1178367891 0 # Node ID dee77a884d37a1e7f5a76fd4d6082decf9ca03ce # Parent 777f250df2323f957f63da2f946a4f7b8d1f2676 parser.c is compiled unconditionally, there is no need to compile it conditional to CONFIG_AC3_PARSER. diff -r 777f250df232 -r dee77a884d37 Makefile --- a/Makefile Sat May 05 12:18:14 2007 +0000 +++ b/Makefile Sat May 05 12:24:51 2007 +0000 @@ -274,7 +274,7 @@ OBJS-$(CONFIG_AAC_PARSER) += parser.o -OBJS-$(CONFIG_AC3_PARSER) += parser.o ac3tab.o +OBJS-$(CONFIG_AC3_PARSER) += ac3tab.o OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs.o OBJS-$(CONFIG_DCA_PARSER) += dca_parser.o OBJS-$(CONFIG_DVBSUB_PARSER) += dvbsubdec.o