[SCM] libav/experimental: keep in sync with dsputil, makes --disable-decoder=vorbis build

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:49:54 UTC 2013


The following commit has been merged in the experimental branch:
commit 876031a74e04c551f71493216180dc1a0ca00786
Author: Luca Barbato <lu_zero at gentoo.org>
Date:   Fri Aug 11 02:56:32 2006 +0000

    keep in sync with dsputil, makes --disable-decoder=vorbis build
    
    Originally committed as revision 5979 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ppc/dsputil_altivec.c b/libavcodec/ppc/dsputil_altivec.c
index d3976f0..684da1d 100644
--- a/libavcodec/ppc/dsputil_altivec.c
+++ b/libavcodec/ppc/dsputil_altivec.c
@@ -1854,5 +1854,7 @@ void dsputil_init_altivec(DSPContext* c, AVCodecContext *avctx)
 
     c->hadamard8_diff[0] = hadamard8_diff16_altivec;
     c->hadamard8_diff[1] = hadamard8_diff8x8_altivec;
+#ifdef CONFIG_VORBIS_DECODER
     c->vorbis_inverse_coupling = vorbis_inverse_coupling_altivec;
+#endif
 }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list