summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-13 23:43:24 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-03-13 23:45:27 +0100
commitb910c6ca562ace58144d338089206889c8eadde3 (patch)
treef64c04f4db9c4d4509163a34101badf0f5ccd1a7 /configure
parent88ddcfa37f0067aae7457b44f433982f4c6d72ee (diff)
configure: fix zlib dependancy of tdsc
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index b15e2992ee..7ade46dc54 100755
--- a/configure
+++ b/configure
@@ -2231,8 +2231,7 @@ svq1_encoder_select="aandcttables hpeldsp me_cmp mpegvideoenc"
svq3_decoder_select="h264_decoder hpeldsp tpeldsp"
svq3_decoder_suggest="zlib"
tak_decoder_select="audiodsp"
-tdsc_decoder_deps="zlib"
-tdsc_decoder_select="mjpeg_decoder"
+tdsc_decoder_select="zlib mjpeg_decoder"
theora_decoder_select="vp3_decoder"
thp_decoder_select="mjpeg_decoder"
tiff_decoder_suggest="zlib lzma"