spillerrec / imgviewer

Customizable image viewer with minimalistic interface
2 stars 1 forks source link

APNG code depends on patched libpng #13

Closed spillerrec closed 8 years ago

spillerrec commented 10 years ago

Currently imgviewer can only compile on systems using a patched version of libpng. The APNG patch adds a couple of defines we can use, so that it does not call APNG methods. This of course removes APNG support on those platforms, however being able to compile and run without crashing is more important.