- Timestamp:
- 07/22/11 22:22:40 (13 years ago)
- Location:
- ps/trunk/libraries/nvtt
- Files:
-
- 1 added
- 2 edited
-
README.txt (modified) (1 diff)
-
png-api.patch (added)
-
src/src/nvimage/ImageIO.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/libraries/nvtt/README.txt
r8505 r9896 6 6 rpath.patch (fixes .so file search paths for bundled copy) 7 7 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 604 604 nvDebugCheck(png_ptr != NULL); 605 605 606 Stream * s = (Stream *)png_ ptr->io_ptr;606 Stream * s = (Stream *)png_get_io_ptr(png_ptr); 607 607 s->serialize(data, (int)length); 608 608
Note:
See TracChangeset
for help on using the changeset viewer.
