[FFmpeg-cvslog] r21985 - in trunk: configure libavcodec/Makefile

daniel subversion
Tue Feb 23 09:10:02 CET 2010


Author: daniel
Date: Tue Feb 23 09:10:01 2010
New Revision: 21985

Log:
Fix snow encoder dependencies

Modified:
   trunk/configure
   trunk/libavcodec/Makefile

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Feb 23 09:04:55 2010	(r21984)
+++ trunk/configure	Tue Feb 23 09:10:01 2010	(r21985)
@@ -1265,6 +1265,7 @@ rv20_encoder_select="h263_encoder"
 rv30_decoder_select="golomb"
 rv40_decoder_select="golomb"
 shorten_decoder_select="golomb"
+snow_encoder_select="aandct"
 sonic_decoder_select="golomb"
 sonic_encoder_select="golomb"
 sonic_ls_encoder_select="golomb"

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	Tue Feb 23 09:04:55 2010	(r21984)
+++ trunk/libavcodec/Makefile	Tue Feb 23 09:10:01 2010	(r21985)
@@ -285,7 +285,7 @@ OBJS-$(CONFIG_SNOW_DECODER)            +
 OBJS-$(CONFIG_SNOW_ENCODER)            += snow.o rangecoder.o motion_est.o \
                                           ratecontrol.o h263.o             \
                                           mpegvideo.o error_resilience.o   \
-                                          ituh263enc.o mpegvideo_enc.o
+                                          ituh263enc.o mpegvideo_enc.o mpeg12data.o
 OBJS-$(CONFIG_SOL_DPCM_DECODER)        += dpcm.o
 OBJS-$(CONFIG_SONIC_DECODER)           += sonic.o
 OBJS-$(CONFIG_SONIC_ENCODER)           += sonic.o



More information about the ffmpeg-cvslog mailing list