Mercurial > mplayer.hg
changeset 2465:a78e782fa9eb
did not compile
(btw irix test was ok: "test ! foo" means "not foo" but the comment
was misleading)
author | pl |
---|---|
date | Thu, 25 Oct 2001 12:40:21 +0000 |
parents | 4296c47ff209 |
children | 451426046a14 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Oct 25 12:28:22 2001 +0000 +++ b/configure Thu Oct 25 12:40:21 2001 +0000 @@ -892,7 +892,8 @@ _png=no if irix64 ; then - : Don't check for -lpng on irix + # Don't check for -lpng on irix since irix has its own libpng + # incompatible with the GNU one else cc_check $_extraincdir $_extralibdir -lpng -lz -lm && _png=yes fi