Module: libav Branch: master Commit: b5f112d820934ade66e809ef30bfcfc8210929f8
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
