0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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
This commit is contained in:
atmosfear 2001-04-29 17:39:09 +00:00
parent 8f8e390a65
commit 6d73e64b3d

4
configure vendored
View File

@ -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