Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to using png_jmpbuf to support older libpng versions. #1

Merged
merged 1 commit into from Jul 16, 2013

Conversation

@metajack
Copy link
Contributor

metajack commented Jul 16, 2013

Recent libpng has png_jmpbuf #defined to a call to png_set_longjmp_fn, but
this function did not exist in 1.2.x. This has a side effect of cleaning up
the shim code a bit.

We need libpng 1.2 support because Centos6 (used by Moz RelEng) only has 1.2.

Recent libpng has png_jmpbuf `#define`d to a call to `png_set_longjmp_fn`, but
this function did not exist in 1.2.x. This has a side effect of cleaning up
the shim code a bit.

We need libpng 1.2 support because Centos6 (used by Moz RelEng) only has 1.2.
jdm added a commit that referenced this pull request Jul 16, 2013
Switch to using png_jmpbuf to support older libpng versions.
@jdm jdm merged commit 19046b3 into servo:master Jul 16, 2013
@metajack metajack deleted the metajack:older-libpng branch Jul 16, 2013
globin pushed a commit to globin/rust-png that referenced this pull request Oct 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.