mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 01:47:38 +00: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:
parent
8f8e390a65
commit
6d73e64b3d
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user