diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-03-22 21:37:17 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-03-22 21:37:17 +0100 |
commit | 1ed10bd89cc56b6f6e6ed63becfdfe182cefb259 (patch) | |
tree | e409e8ed9f8e1e7b786d9e2a77004306bd87f399 /configure | |
parent | 428e9dafab819bfb7ca9eb96e257c7a5391a5379 (diff) | |
download | ffmpeg-1ed10bd89cc56b6f6e6ed63becfdfe182cefb259.tar.gz |
Fix typo in dvvideo decoder dependencies.
Fixes compilation with --disable-everything --enable-decoder=dvvideo
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |