gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] [SCM] Gnash branch, master, updated. 29788d8c2d19aef2


From: Benjamin Wolsey
Subject: Re: [Gnash-commit] [SCM] Gnash branch, master, updated. 29788d8c2d19aef2f6aed70f633d706cd8cc7b36
Date: Thu, 02 Dec 2010 20:25:29 +0100

> +#if (PNG_LIBPNG_VER_RELEASE < 9)
> +     png_set_gray_1_2_4_to_8(_pngPtr);
> +#else
> +     png_set_expand_gray_1_2_4_to_8(_pngPtr);
> +#endif

Using PNG_LIBPNG_VER_RELEASE isn't very sensible, because both 1.0.9 and
1.4.4 (the most recent version) fail to use the correct functions.

bwy

-- 
--
Free Flash, use Gnash
http://www.gnu.org/software/gnash/

Benjamin Wolsey, Software Developer - http://benjaminwolsey.de
C++ and Open-Source Flash blog - http://www.benjaminwolsey.de/bwysblog

xmpp:address@hidden
http://identi.ca/bwy

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]