[FFmpeg-cvslog] Fix typo in dvvideo decoder dependencies.

Carl Eugen Hoyos git at videolan.org
Fri Mar 22 22:14:07 CET 2013


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Mar 22 21:37:17 2013 +0100| [1ed10bd89cc56b6f6e6ed63becfdfe182cefb259] | committer: Carl Eugen Hoyos

Fix typo in dvvideo decoder dependencies.

Fixes compilation with --disable-everything --enable-decoder=dvvideo

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

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 1400a4f..5565c9e 100755
--- a/configure
+++ b/configure
@@ -1709,7 +1709,7 @@ dca_decoder_select="mdct"
 dirac_decoder_select="dsputil dwt golomb videodsp"
 dnxhd_decoder_select="dsputil"
 dnxhd_encoder_select="aandcttables dsputil mpegvideoenc"
-dv_decoder_select="dsputil"
+dvvideo_decoder_select="dsputil"
 dxa_decoder_select="zlib"
 eac3_decoder_select="ac3_decoder"
 eac3_encoder_select="ac3_encoder"



More information about the ffmpeg-cvslog mailing list