[FFmpeg-cvslog] configure: Add explicit dsputil dependency to mpegvideoenc

Diego Biurrun git at videolan.org
Thu Mar 13 21:46:50 CET 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Feb  7 13:15:47 2014 +0100| [b5f112d820934ade66e809ef30bfcfc8210929f8] | committer: Diego Biurrun

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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b5f112d820934ade66e809ef30bfcfc8210929f8
---

 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"



More information about the ffmpeg-cvslog mailing list