Search found 1 match

by mcPhooey
Fri Aug 01, 2008 12:05 am
Forum: PSP Development
Topic: Problem with USE_PSPSDK_LIBC = 1 and libpng
Replies: 12
Views: 5206

It worked for me. Using the current libpng version 1.2.8 and zlib 1.2.2 Inserted the line "USE_PSPSDK_LIBC = 1" into the makefiles of both libpng and zlib. First in the zlib folder: make clean make make install Then in the libpng: make clean make make install Then make own project and all ...