configure: select vp9_superframe_split_bsf when enabling vp9_decoder

This is required since a5679933c1

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2017-11-30 01:51:16 -03:00
parent 8d33e86616
commit 5a366f9770
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2637,7 +2637,7 @@ vp6a_decoder_select="vp6_decoder"
vp6f_decoder_select="vp6_decoder"
vp7_decoder_select="h264pred videodsp vp8dsp"
vp8_decoder_select="h264pred videodsp vp8dsp"
vp9_decoder_select="videodsp vp9_parser"
vp9_decoder_select="videodsp vp9_parser vp9_superframe_split_bsf"
webp_decoder_select="vp8_decoder exif"
wmalossless_decoder_select="llauddsp"
wmapro_decoder_select="mdct sinewin wma_freqs"