diff Makefile @ 4909:dee77a884d37 libavcodec

parser.c is compiled unconditionally, there is no need to compile it conditional to CONFIG_AC3_PARSER.
author diego
date Sat, 05 May 2007 12:24:51 +0000
parents 134b728f4aac
children 5fc99f2a111b
line wrap: on
line diff
--- 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