From ab8a0d04e9ea38270ede84bd3655578eca2ca40a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 5 May 2007 09:15:03 +0000 Subject: [PATCH] parser.c is compiled unconditionally, there is no need to compile it conditional to CONFIG_CAVSVIDEO_PARSER. Originally committed as revision 8892 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a30030ffa..ac39dbc29 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -275,7 +275,7 @@ OBJS-$(CONFIG_XVID) += xvidff.o xvid_rc.o OBJS-$(CONFIG_AAC_PARSER) += parser.o OBJS-$(CONFIG_AC3_PARSER) += parser.o ac3tab.o -OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs.o parser.o +OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs.o OBJS-$(CONFIG_DCA_PARSER) += dca_parser.o OBJS-$(CONFIG_DVBSUB_PARSER) += dvbsubdec.o OBJS-$(CONFIG_DVDSUB_PARSER) += dvdsubdec.o -- 2.11.0