[FFmpeg-cvslog] configure: Add missing h264chroma dependencies to vp5, vp6

Diego Biurrun git at videolan.org
Fri Mar 8 15:29:48 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Mar  6 19:30:25 2013 +0100| [bcd0a7137e4aca0f6f598593b90ca8f338444c51] | committer: Diego Biurrun

configure: Add missing h264chroma dependencies to vp5, vp6

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

 configure |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 4c86078..a84857e 100755
--- 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"



More information about the ffmpeg-cvslog mailing list