[FFmpeg-cvslog] r21259 - trunk/libavcodec/Makefile
astrange
subversion
Sun Jan 17 09:24:46 CET 2010
Author: astrange
Date: Sun Jan 17 09:24:45 2010
New Revision: 21259
Log:
Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.
Fixes build with --disable-encoders --enable-encoder=snow.
This fixes MPlayer build with --disable-mencoder.
Modified:
trunk/libavcodec/Makefile
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile Sun Jan 17 01:27:22 2010 (r21258)
+++ trunk/libavcodec/Makefile Sun Jan 17 09:24:45 2010 (r21259)
@@ -271,7 +271,8 @@ OBJS-$(CONFIG_SMC_DECODER) +
OBJS-$(CONFIG_SNOW_DECODER) += snow.o rangecoder.o
OBJS-$(CONFIG_SNOW_ENCODER) += snow.o rangecoder.o motion_est.o \
ratecontrol.o h263.o \
- mpegvideo.o error_resilience.o
+ mpegvideo.o error_resilience.o \
+ ituh263enc.o mpegvideo_enc.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