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

Commits on Jul 16, 2013

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

    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.
    metajack committed Jul 16, 2013
You can’t perform that action at this time.