[SCM] libav/experimental: Make WMV1 encoder depend on H.263 encoder in configure.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:49:48 UTC 2013


The following commit has been merged in the experimental branch:
commit 665507aac2175834c4c82aa6c123eeb45e5095ae
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Aug 6 12:56:25 2009 +0000

    Make WMV1 encoder depend on H.263 encoder in configure.
    
    Originally committed as revision 19599 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index af9881e..b81a3f5 100755
--- a/configure
+++ b/configure
@@ -1132,7 +1132,7 @@ wmav1_decoder_select="fft mdct"
 wmav1_encoder_select="fft mdct"
 wmav2_decoder_select="fft mdct"
 wmav2_encoder_select="fft mdct"
-wmv1_encoder_select="aandct"
+wmv1_encoder_select="h263_encoder"
 wmv2_encoder_select="aandct"
 wmv3_decoder_select="vc1_decoder"
 wmv3_vaapi_hwaccel_select="vc1_vaapi_hwaccel"
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 6ab4fd8..af2e5e6 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -253,7 +253,6 @@ OBJS-$(CONFIG_WMAV1_ENCODER)           += wmaenc.o wma.o
 OBJS-$(CONFIG_WMAV2_DECODER)           += wmadec.o wma.o
 OBJS-$(CONFIG_WMAV2_ENCODER)           += wmaenc.o wma.o
 OBJS-$(CONFIG_WMV1_DECODER)            += h263dec.o h263.o mpegvideo.o error_resilience.o
-OBJS-$(CONFIG_WMV1_ENCODER)            += mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o
 OBJS-$(CONFIG_WMV2_DECODER)            += wmv2dec.o wmv2.o msmpeg4.o msmpeg4data.o h263dec.o h263.o intrax8.o intrax8dsp.o mpegvideo.o error_resilience.o
 OBJS-$(CONFIG_WMV2_ENCODER)            += wmv2enc.o wmv2.o msmpeg4.o msmpeg4data.o mpegvideo_enc.o motion_est.o ratecontrol.o h263.o mpeg12data.o mpegvideo.o error_resilience.o
 OBJS-$(CONFIG_WNV1_DECODER)            += wnv1.o

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list