summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-03-26 11:04:08 +0200
committerMartin Storsjö <martin@martin.st>2013-03-27 17:37:15 +0200
commitcfe5908a72e72ac781d5e3ca02d9fab646e87881 (patch)
tree9db3999895150cbd047b1772bed6507a1d73e7db /configure
parent472391b9a7e15e3bff33b016e7b6dbfa6a555975 (diff)
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@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c25d3b48c5..1326c448ef 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"