From 0209e1e16037abce9e682077fbb3ff8459db2953 Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Sun, 17 Jan 2010 08:24:45 +0000 Subject: [PATCH] Add missing Makefile dependencies to CONFIG_SNOW_ENCODER. Fixes build with --disable-encoders --enable-encoder=snow. This fixes MPlayer build with --disable-mencoder. Originally committed as revision 21259 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a0ed9b8..8e50ef9 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -271,7 +271,8 @@ OBJS-$(CONFIG_SMC_DECODER) += smc.o 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 -- 2.7.4