diff options
author | Daniel Verkamp <daniel@drv.nu> | 2010-02-23 08:10:01 +0000 |
---|---|---|
committer | Daniel Verkamp <daniel@drv.nu> | 2010-02-23 08:10:01 +0000 |
commit | fa7252494c5682287111fef779e64cf4af83c01c (patch) | |
tree | 3ede14b0f709c248f31adecd8149bda2cf5d67ae /libavcodec/Makefile | |
parent | 19ecfb8aebb147e4c9d4d4df27627e921a814f78 (diff) | |
download | ffmpeg-fa7252494c5682287111fef779e64cf4af83c01c.tar.gz |
Fix snow encoder dependencies
Originally committed as revision 21985 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index ef257d981b..bb73ff65b8 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -285,7 +285,7 @@ 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 \ - 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 |