From c54e118722cbbdc04945538d1796d4472a1ff406 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 20 Jun 2014 05:55:11 -0700 Subject: build: Have the eatqi decoder depend on the MPEG-1 decoder eatqi uses more than just the shared mpegvideo bits. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index a65ccd8861..572b15dfee 100755 --- a/configure +++ b/configure @@ -1749,7 +1749,7 @@ eac3_decoder_select="ac3_decoder" eac3_encoder_select="ac3_encoder" eamad_decoder_select="aandcttables blockdsp dsputil mpegvideo" eatgq_decoder_select="aandcttables dsputil" -eatqi_decoder_select="aandcttables blockdsp dsputil error_resilience mpegvideo" +eatqi_decoder_select="aandcttables blockdsp dsputil mpeg1video_decoder" exr_decoder_deps="zlib" ffv1_decoder_select="golomb rangecoder" ffv1_encoder_select="rangecoder" -- cgit v1.2.3