[FFmpeg-cvslog] configure: Add error_resilience as dependency to the eatqi decoder

Martin Storsjö git at videolan.org
Thu Mar 28 12:25:06 CET 2013


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Mar 26 11:04:08 2013 +0200| [cfe5908a72e72ac781d5e3ca02d9fab646e87881] | committer: Martin Storsjö

configure: Add error_resilience as dependency to the eatqi decoder

This makes standalone compilation of the eatqi decoder
succeed. The dependency comes from the shared mpeg12dec.o file.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cfe5908a72e72ac781d5e3ca02d9fab646e87881
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index c25d3b4..1326c44 100755
--- a/configure
+++ b/configure
@@ -1527,7 +1527,7 @@ eac3_decoder_select="ac3_decoder"
 eac3_encoder_select="ac3_encoder"
 eamad_decoder_select="aandcttables mpegvideo"
 eatgq_decoder_select="aandcttables"
-eatqi_decoder_select="aandcttables mpegvideo"
+eatqi_decoder_select="aandcttables error_resilience mpegvideo"
 ffv1_decoder_select="golomb rangecoder"
 ffv1_encoder_select="rangecoder"
 ffvhuff_encoder_select="huffman"



More information about the ffmpeg-cvslog mailing list