Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-05-17 18:13:05 +0400
committerClément Bœsch <u@pkh.me>2014-05-17 18:13:42 +0400
commit9986e50a6ec8b4500557c3b17188615558a76069 (patch)
tree5d61ef488456557f690b982931cfb54c878ac5f9 /configure
parent2ca97c7802b6d450eb33ea28864693ba902122f6 (diff)
configure: make vp9 decoder select the parser.
The parser is needed. FATE breaks if not present.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7700617425..1e3295e477 100755
--- a/configure
+++ b/configure
@@ -2163,7 +2163,7 @@ vp6a_decoder_select="vp6_decoder"
vp6f_decoder_select="vp6_decoder"
vp7_decoder_select="h264pred videodsp"
vp8_decoder_select="h264pred videodsp"
-vp9_decoder_select="videodsp"
+vp9_decoder_select="videodsp vp9_parser"
webp_decoder_select="vp8_decoder"
wmapro_decoder_select="mdct sinewin"
wmav1_decoder_select="mdct sinewin"