[MPlayer-dev-eng] [PATCH]configure: Support libpng16

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Jan 5 10:34:14 CET 2016


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> -    cc_check -lpng -lz && _png=yes
> +    for ld_tmp in "-lpng -lz" "-lpng16 -lz" ; do
> +        cc_check $ld_tmp && _png=yes && break
> +    done

This is not sufficient as they decided to also 
change the installation directory for png.h

Sorry for the noise, Carl Eugen



More information about the MPlayer-dev-eng mailing list