diff options
author | jamal <jamrial@gmail.com> | 2012-09-29 00:41:32 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-03 19:36:15 +0100 |
commit | e21a53b6ebb6428b257f9662cb5c833f3e066935 (patch) | |
tree | eba5f7874f550a935381945b15535ea17fcbde9b /configure | |
parent | 7a67a70efa9c02ed557f9e4b29964dfa953f6892 (diff) | |
download | ffmpeg-e21a53b6ebb6428b257f9662cb5c833f3e066935.tar.gz |
fate: Fix --disable-zlib
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 062cd9acc129b46256e73900e8e49701e4bb00fd)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1950,18 +1950,16 @@ doc_deps_any="manpages htmlpages podpages txtpages" # tests colormatrix1_test_deps="colormatrix_filter" colormatrix2_test_deps="colormatrix_filter" -flashsv2_test_deps="zlib" mpg_test_deps="mpeg1system_muxer mpegps_demuxer" -mpng_test_deps="zlib" +png_test_deps="zlib" pp_test_deps="mp_filter" pp2_test_deps="mp_filter" pp3_test_deps="mp_filter" pp4_test_deps="mp_filter" pp5_test_deps="mp_filter" pp6_test_deps="mp_filter" +seek_flashsv_flv_test_deps="zlib" seek_lavf_mxf_d10_test_deps="mxf_d10_test" -zlib_test_deps="zlib" -zmbv_test_deps="zlib" test_deps(){ suf1=$1 |