[FFmpeg-cvslog] Add h264chroma dependency for vp5 and vp6 decoder to configure.

Carl Eugen Hoyos git at videolan.org
Mon Mar 4 14:50:48 CET 2013


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Mar  4 11:39:44 2013 +0100| [2b09078a614370d20c715cc420cfbe6861c43f00] | committer: Carl Eugen Hoyos

Add h264chroma dependency for vp5 and vp6 decoder to configure.

Fix building for some unusual configurations.

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

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

diff --git a/configure b/configure
index a3be9a8..516d313 100755
--- a/configure
+++ b/configure
@@ -1783,8 +1783,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 vp3dsp videodsp"
+vp6_decoder_select="h264chroma huffman vp3dsp videodsp"
 vp6a_decoder_select="vp6_decoder"
 vp6f_decoder_select="vp6_decoder"
 vp8_decoder_select="h264pred videodsp"



More information about the ffmpeg-cvslog mailing list