From: Alexander Strange Date: Sun, 17 Jan 2010 08:24:45 +0000 (+0000) Subject: Add missing Makefile dependencies to CONFIG_SNOW_ENCODER. X-Git-Tag: v0.6~1876 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0209e1e16037abce9e682077fbb3ff8459db2953;p=platform%2Fupstream%2Flibav.git 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 --- 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