]> git.sesse.net Git - ffmpeg/commitdiff
configure: Add missing h264chroma dependencies to vp5, vp6
authorDiego Biurrun <diego@biurrun.de>
Wed, 6 Mar 2013 18:30:25 +0000 (19:30 +0100)
committerDiego Biurrun <diego@biurrun.de>
Thu, 7 Mar 2013 14:33:41 +0000 (15:33 +0100)
configure

index 4c86078c6d70d1eca45497e1809b4059ae71c74f..a84857e88d850aa340514e4a13a4c9f79b962b72 100755 (executable)
--- a/configure
+++ b/configure
@@ -1613,8 +1613,8 @@ vc1image_decoder_select="vc1_decoder"
 vorbis_decoder_select="mdct"
 vorbis_encoder_select="mdct"
 vp3_decoder_select="vp3dsp videodsp"
-vp5_decoder_select="vp3dsp videodsp"
-vp6_decoder_select="huffman vp3dsp videodsp"
+vp5_decoder_select="h264chroma videodsp vp3dsp"
+vp6_decoder_select="h264chroma huffman videodsp vp3dsp"
 vp6a_decoder_select="vp6_decoder"
 vp6f_decoder_select="vp6_decoder"
 vp8_decoder_select="h264pred videodsp"