Mercurial > libavcodec.hg
changeset 11257:2a6a71c6c388 libavcodec
Fix snow encoder dependencies
author | daniel |
---|---|
date | Tue, 23 Feb 2010 08:10:01 +0000 |
parents | 829ac8d6493a |
children | b4e89da6e552 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Feb 23 08:04:55 2010 +0000 +++ b/Makefile Tue Feb 23 08:10:01 2010 +0000 @@ -285,7 +285,7 @@ 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