Mercurial > libavcodec.hg
changeset 10905:06d20a468d1e libavcodec
Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.
Fixes build with --disable-encoders --enable-encoder=snow.
This fixes MPlayer build with --disable-mencoder.
author | astrange |
---|---|
date | Sun, 17 Jan 2010 08:24:45 +0000 |
parents | b30aef0c693f |
children | 1b5fba731e24 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Jan 16 17:41:40 2010 +0000 +++ b/Makefile Sun Jan 17 08:24:45 2010 +0000 @@ -271,7 +271,8 @@ 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