diff options
author | Daniel Verkamp <daniel@drv.nu> | 2010-02-23 08:04:55 +0000 |
---|---|---|
committer | Daniel Verkamp <daniel@drv.nu> | 2010-02-23 08:04:55 +0000 |
commit | 19ecfb8aebb147e4c9d4d4df27627e921a814f78 (patch) | |
tree | 02e196cc40e0647d20508d455ccb9a6bf853cf88 /libavcodec/Makefile | |
parent | 60819e694ee5733741da91ebc237b20621de5bc3 (diff) | |
download | ffmpeg-19ecfb8aebb147e4c9d4d4df27627e921a814f78.tar.gz |
Fix svq1 encoder dependencies
Originally committed as revision 21984 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 9e580c5f87..ef257d981b 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -296,7 +296,7 @@ OBJS-$(CONFIG_SVQ1_DECODER) += svq1dec.o svq1.o h263.o \ mpegvideo.o error_resilience.o OBJS-$(CONFIG_SVQ1_ENCODER) += svq1enc.o svq1.o \ motion_est.o h263.o \ - mpegvideo.o error_resilience.o + mpegvideo.o error_resilience.o ituh263enc.o mpegvideo_enc.o ratecontrol.o mpeg12data.o OBJS-$(CONFIG_SVQ3_DECODER) += h264.o svq3.o h264idct.o h264pred.o h264_loopfilter.o h264_direct.o \ h264_sei.o h264_ps.o h264_refs.o h264_cavlc.o h264_cabac.o \ cabac.o \ |