dogo / oslib

OldSchool Library (OSLib), a 2D graphics library for the PSP.
http://dogo.github.io/oslib/
GNU General Public License v2.0
45 stars 11 forks source link

Fixing OSLib not building with a modern toolchain #1

Closed liclac closed 11 years ago

liclac commented 11 years ago

Changes (years ago) in the PSP SDK left OSLib unable to build, and with libpng and libjpeg's internal assertation on their linked versions failing after those were updated as well, this resulted in new builds using OSLib being unable to use anything that calls upon those two libraries.

This adds the few changes needed to make it build again.

dogo commented 11 years ago

Thanks. Nice work