diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-16 16:11:01 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-17 18:46:24 +0100 |
commit | d4aea1aa4060fb5ba7f5f426823b697d2a5af08b (patch) | |
tree | b9c4d2f7b8023b6431d5551922de9707a806bc5f /configure | |
parent | 5cb4bdb2a03c3643f8f1e7d21d7094e61e0a4418 (diff) | |
download | ffmpeg-d4aea1aa4060fb5ba7f5f426823b697d2a5af08b.tar.gz |
configure: Factor out vp56dsp module
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1638,6 +1638,7 @@ CONFIG_EXTRA=" tpeldsp videodsp vp3dsp + vp56dsp wma_freqs " @@ -1978,8 +1979,8 @@ vc1image_decoder_select="vc1_decoder" vorbis_decoder_select="mdct" vorbis_encoder_select="mdct" vp3_decoder_select="hpeldsp vp3dsp videodsp" -vp5_decoder_select="h264chroma hpeldsp videodsp vp3dsp" -vp6_decoder_select="h264chroma hpeldsp huffman videodsp vp3dsp" +vp5_decoder_select="h264chroma hpeldsp videodsp vp3dsp vp56dsp" +vp6_decoder_select="h264chroma hpeldsp huffman videodsp vp3dsp vp56dsp" vp6a_decoder_select="vp6_decoder" vp6f_decoder_select="vp6_decoder" vp7_decoder_select="h264pred videodsp" |