mirror of https://git.ffmpeg.org/ffmpeg.git
configure: make vp9 decoder select the parser.
The parser is needed. FATE breaks if not present.
This commit is contained in:
parent
2ca97c7802
commit
9986e50a6e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue