summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-07-16 16:11:01 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-07-17 18:46:24 +0100
commitd4aea1aa4060fb5ba7f5f426823b697d2a5af08b (patch)
treeb9c4d2f7b8023b6431d5551922de9707a806bc5f /configure
parent5cb4bdb2a03c3643f8f1e7d21d7094e61e0a4418 (diff)
configure: Factor out vp56dsp module
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index aa9665afa2..40fa86700d 100755
--- a/configure
+++ b/configure
@@ -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"