diff options
author | Alexander Strange <astrange@ithinksw.com> | 2010-01-17 08:24:45 +0000 |
---|---|---|
committer | Alexander Strange <astrange@ithinksw.com> | 2010-01-17 08:24:45 +0000 |
commit | 0209e1e16037abce9e682077fbb3ff8459db2953 (patch) | |
tree | a43fa762e5a729ec6e8c223c8ffda257f4170bf1 /libavcodec/Makefile | |
parent | 45becaf337dabd8583a92e248bf1e3354560cff5 (diff) | |
download | ffmpeg-0209e1e16037abce9e682077fbb3ff8459db2953.tar.gz |
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
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a0ed9b86ea..8e50ef9bf2 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 |