aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-26 14:41:55 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-26 14:41:55 +0100
commit79c845659afabbf8a43555c7f4e1f33a1a1883b1 (patch)
tree51479b163632fe6054b23178e2d8fadd4b10f0d3 /configure
parent365ad0042a637a421602d248f1cd9d2dc87d61c4 (diff)
downloadffmpeg-79c845659afabbf8a43555c7f4e1f33a1a1883b1.tar.gz
configure: the snow encoder is not supposed to depend on error resilience
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3aa859cdc8..f6499355b8 100755
--- a/configure
+++ b/configure
@@ -1805,7 +1805,7 @@ rv40_decoder_select="error_resilience golomb h264chroma h264pred h264qpel mpegvi
shorten_decoder_select="golomb"
sipr_decoder_select="lsp"
snow_decoder_select="dsputil dwt h264qpel hpeldsp rangecoder"
-snow_encoder_select="aandcttables dsputil dwt h264qpel hpeldsp error_resilience mpegvideoenc rangecoder"
+snow_encoder_select="aandcttables dsputil dwt h264qpel hpeldsp mpegvideoenc rangecoder"
sonic_decoder_select="golomb"
sonic_encoder_select="golomb"
sonic_ls_encoder_select="golomb"