This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 9896 for ps


Ignore:
Timestamp:
07/22/11 22:22:40 (13 years ago)
Author:
philip
Message:

Fix NVTT build with libpng 1.5

Location:
ps/trunk/libraries/nvtt
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/libraries/nvtt/README.txt

    r8505 r9896  
    66  rpath.patch (fixes .so file search paths for bundled copy)
    77  issue139.patch (fixes http://code.google.com/p/nvidia-texture-tools/issues/detail?id=139)
     8  png-api.patch (partially from NVTT SVN r1248 - fixes build with libpng 1.5)
  • ps/trunk/libraries/nvtt/src/src/nvimage/ImageIO.cpp

    r8505 r9896  
    604604    nvDebugCheck(png_ptr != NULL);
    605605   
    606     Stream * s = (Stream *)png_ptr->io_ptr;
     606    Stream * s = (Stream *)png_get_io_ptr(png_ptr);
    607607    s->serialize(data, (int)length);
    608608   
Note: See TracChangeset for help on using the changeset viewer.