diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-03-04 11:39:44 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-03-04 11:39:44 +0100 |
commit | 2b09078a614370d20c715cc420cfbe6861c43f00 (patch) | |
tree | 4a5862e4780e2c4255ded188fe72cddac37e8558 | |
parent | 981cf0c300037950be2ed20505ff8b20e7a53224 (diff) | |
download | ffmpeg-2b09078a614370d20c715cc420cfbe6861c43f00.tar.gz |
Add h264chroma dependency for vp5 and vp6 decoder to configure.
Fix building for some unusual configurations.
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |