[FFmpeg-cvslog] r8895 - trunk/libavcodec/Makefile

diego subversion
Sat May 5 14:24:52 CEST 2007


Author: diego
Date: Sat May  5 14:24:51 2007
New Revision: 8895

Log:
parser.c is compiled unconditionally, there is no need to compile it
conditional to CONFIG_AC3_PARSER.


Modified:
   trunk/libavcodec/Makefile

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	(original)
+++ trunk/libavcodec/Makefile	Sat May  5 14:24:51 2007
@@ -274,7 +274,7 @@ OBJS-$(CONFIG_XVID)                    +
 
 
 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




More information about the ffmpeg-cvslog mailing list