[FFmpeg-cvslog] configure: fix zlib dependancy of tdsc
Michael Niedermayer
git at videolan.org
Sat Mar 14 00:00:55 CET 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Mar 13 23:43:24 2015 +0100| [b910c6ca562ace58144d338089206889c8eadde3] | committer: Michael Niedermayer
configure: fix zlib dependancy of tdsc
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b910c6ca562ace58144d338089206889c8eadde3
---
configure | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure b/configure
index b15e299..7ade46d 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"
More information about the ffmpeg-cvslog
mailing list