[SCM] libav/experimental: Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:57:51 UTC 2013


The following commit has been merged in the experimental branch:
commit 0209e1e16037abce9e682077fbb3ff8459db2953
Author: Alexander Strange <astrange at ithinksw.com>
Date:   Sun Jan 17 08:24:45 2010 +0000

    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

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index a0ed9b8..8e50ef9 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list