avcodec/webp: fix decoder dependencies

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2016-01-24 20:30:33 -03:00
parent cde57eee98
commit 1d8f9b7d1a
2 changed files with 2 additions and 3 deletions

2
configure vendored
View File

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