[FFmpeg-cvslog] r8892 - trunk/libavcodec/Makefile
diego
subversion
Sat May 5 11:15:03 CEST 2007
Author: diego
Date: Sat May 5 11:15:03 2007
New Revision: 8892
Log:
parser.c is compiled unconditionally, there is no need to compile it
conditional to CONFIG_CAVSVIDEO_PARSER.
Modified:
trunk/libavcodec/Makefile
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile (original)
+++ trunk/libavcodec/Makefile Sat May 5 11:15:03 2007
@@ -275,7 +275,7 @@ OBJS-$(CONFIG_XVID) +
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
More information about the ffmpeg-cvslog
mailing list