[SCM] libav/experimental: configure: Add explicit dsputil dependency to mpegvideoenc

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:02 UTC 2014


The following commit has been merged in the experimental branch:
commit b5f112d820934ade66e809ef30bfcfc8210929f8
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Feb 7 13:15:47 2014 +0100

    configure: Add explicit dsputil dependency to mpegvideoenc
    
    Previously, it was an implicit dependency through mpegvideo. Change
    this, as implicit dependencies can cause all sorts of trouble.

diff --git a/configure b/configure
index 3a0cae6..2643748 100755
--- a/configure
+++ b/configure
@@ -1646,7 +1646,7 @@ rdft_select="fft"
 mpegaudio_select="mpegaudiodsp"
 mpegaudiodsp_select="dct"
 mpegvideo_select="dsputil hpeldsp videodsp"
-mpegvideoenc_select="mpegvideo"
+mpegvideoenc_select="dsputil mpegvideo"
 
 # decoders / encoders
 aac_decoder_select="mdct sinewin"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list