summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-03-18 22:12:36 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-03-18 22:31:24 +0100
commit7a21020674fcc27ac32b54ad69f98202982f739f (patch)
tree9f13584fed95479223dccef156d7b6e7c49fe530 /configure
parent825936b734776ecef3caba366fc3c2bc05f7fe70 (diff)
build_sys: mpng_test depends on zlib
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 975699f9a4..28df6535a7 100755
--- a/configure
+++ b/configure
@@ -1790,6 +1790,7 @@ test_deps _muxer _demuxer \
ac3_fixed_test_deps="ac3_fixed_encoder ac3_decoder"
flashsv2_test_deps="zlib"
mpg_test_deps="mpeg1system_muxer mpegps_demuxer"
+mpng_test_deps="zlib"
pp_test_deps="mp_filter"
pp2_test_deps="mp_filter"
pp3_test_deps="mp_filter"