Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
Supertuxkart
/
stk-code
mirror of
https://github.com/supertuxkart/stk-code.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
steam-test
Branches
Tags
1.4-branch
1.5-branch
AnimateSun
GiantKartItem
LightOptimisations
RaceUI2
add-dirt-to-karts
fix_2169
master
steam-test
v0.9
v0.8.1
v0.8
v0.7.3
v0.7.2
v0.7.1
v0.7
v0.6.2a
v0.6.2
v0.6.1a
v0.6.1
v0.6
v0.5
v0.4
v0.3
v0.2
v0.1
preview
1.5-beta1
1.4-rc1
1.4
1.3-rc1
1.3
1.2
1.1
1.0
0.9.3
0.9.2
0.9.1
stk-code
/
lib
/
libpng
/
contrib
/
pngminim
/
encoder
Vincent Lejeune
0577099551
Move zlib/libpng/jpeglib outside of irrlicht tree and use system lib on linux
9 years ago
..
README
0577099551
Move zlib/libpng/jpeglib outside of irrlicht tree and use system lib on linux
9 years ago
makefile
0577099551
Move zlib/libpng/jpeglib outside of irrlicht tree and use system lib on linux
9 years ago
pngusr.dfa
0577099551
Move zlib/libpng/jpeglib outside of irrlicht tree and use system lib on linux
9 years ago
pngusr.h
0577099551
Move zlib/libpng/jpeglib outside of irrlicht tree and use system lib on linux
9 years ago
README
This demonstrates the use of PNG_USER_CONFIG and pngusr.h
The makefile builds a minimal write-only decoder with embedded libpng
and zlib.
Specify the location of the zlib source (1.2.1 or later) as ZLIBSRC
on the make command line.
If you prefer to use the shared libraries, go to contrib/pngminus
and build the pnm2png application there.