build: Record dependency of eatqi decoder on dsputil

This commit is contained in:
Diego Biurrun 2014-01-29 17:25:38 +01:00
parent b5f112d820
commit bbb64356cc
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1688,7 +1688,7 @@ eac3_decoder_select="ac3_decoder"
eac3_encoder_select="ac3_encoder"
eamad_decoder_select="aandcttables dsputil mpegvideo"
eatgq_decoder_select="aandcttables dsputil"
eatqi_decoder_select="aandcttables error_resilience mpegvideo"
eatqi_decoder_select="aandcttables dsputil error_resilience mpegvideo"
ffv1_decoder_select="golomb rangecoder"
ffv1_encoder_select="rangecoder"
ffvhuff_decoder_select="huffyuv_decoder"