summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-29 17:39:09 +0000
committeratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-29 17:39:09 +0000
commit6d73e64b3d2dc2d350d0e8f10ae05618a47a742b (patch)
tree36e079b4a423cf397128e0a3cb25b7d4885c8df9 /configure
parent8f8e390a653c26cb4624a8e9917260e06c0fb754 (diff)
downloadmpv-6d73e64b3d2dc2d350d0e8f10ae05618a47a742b.tar.bz2
mpv-6d73e64b3d2dc2d350d0e8f10ae05618a47a742b.tar.xz
Changed vo png to use -lz which is needed on some systems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@661 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 32526b866f..07104490dd 100755
--- a/configure
+++ b/configure
@@ -419,7 +419,7 @@ _termcap=no
$_cc $TMPC -o $TMPO -ltermcap &> /dev/null && _termcap=yes
_png=no
-$_cc $TMPC -o $TMPO -lpng &> /dev/null && _png=yes
+$_cc $TMPC -o $TMPO -lpng -lz&> /dev/null && _png=yes
_binutils=no
as libac3/downmix/downmix_i386.S -o $TMPO &> /dev/null && _binutils=yes
@@ -768,7 +768,7 @@ else
fi
if [ $_png = yes ]; then
- _libpng='-lpng'
+ _libpng='-lpng -lz'
fi
echo