Browse Source

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
tags/v0.6
Alexander Strange 16 years ago
parent
commit
0209e1e160
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavcodec/Makefile

+ 2
- 1
libavcodec/Makefile View File

@@ -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


Loading…
Cancel
Save