summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-27 04:23:15 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-27 04:23:59 +0100
commitd5c9843cd2e74d5d0dbff6319abffb3adb794f9e (patch)
tree6af1ce225118193a590582bcdbecab324127dc98 /configure
parentd473f2d18aef6731526324d28008874fac05f593 (diff)
configure: fix VP7 standalone build
Found-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a10fea4e3f..201662495d 100755
--- a/configure
+++ b/configure
@@ -2116,6 +2116,7 @@ vp5_decoder_select="h264chroma hpeldsp videodsp vp3dsp"
vp6_decoder_select="h264chroma hpeldsp huffman videodsp vp3dsp"
vp6a_decoder_select="vp6_decoder"
vp6f_decoder_select="vp6_decoder"
+vp7_decoder_select="h264pred videodsp"
vp8_decoder_select="h264pred videodsp"
vp9_decoder_select="videodsp"
webp_decoder_select="vp8_decoder"