Commit 89598f41 authored by michael's avatar michael

zlib detection fix by (Gildas Bazin <gbazin altern org<)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4048 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c0ea0982
......@@ -854,7 +854,7 @@ if (zlibVersion() != ZLIB_VERSION)
return 0;
}
EOF
$cc $CFLAGS -o $TMPE $TMPC -lz 2> /dev/null || zlib="no"
$cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lz 2> /dev/null || zlib="no"
# $TMPE 2> /dev/null > /dev/null || zlib="no"
# XXX: more tests needed - runtime test
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment