summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-17 22:31:41 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-17 22:31:45 +0200
commit3500eccb8e7fce470a8cf746fdd4bc1ee0798215 (patch)
treea1c705dcd340394630ea773a2dec027ba682c45c /configure
parentfd29dd432c56b524e3a10c2274935efa27220682 (diff)
parentd4aea1aa4060fb5ba7f5f426823b697d2a5af08b (diff)
Merge commit 'd4aea1aa4060fb5ba7f5f426823b697d2a5af08b'
* commit 'd4aea1aa4060fb5ba7f5f426823b697d2a5af08b': configure: Factor out vp56dsp module Merged-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index ef9f2137be..2c2804b771 100755
--- a/configure
+++ b/configure
@@ -1953,6 +1953,7 @@ CONFIG_EXTRA="
tpeldsp
videodsp
vp3dsp
+ vp56dsp
wma_freqs
"
@@ -2333,8 +2334,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"