aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-03-22 21:37:17 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-03-22 21:37:17 +0100
commit1ed10bd89cc56b6f6e6ed63becfdfe182cefb259 (patch)
treee409e8ed9f8e1e7b786d9e2a77004306bd87f399 /configure
parent428e9dafab819bfb7ca9eb96e257c7a5391a5379 (diff)
downloadffmpeg-1ed10bd89cc56b6f6e6ed63becfdfe182cefb259.tar.gz
Fix typo in dvvideo decoder dependencies.
Fixes compilation with --disable-everything --enable-decoder=dvvideo
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1400a4f7f1..5565c9ed79 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"