summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-jasper.c
Commit message (Collapse)AuthorAgeFilesLines
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-14/+20
| | | | svn path=/trunk/; revision=20463
* Fix INCLUDE_ macrosMatthias Clasen2008-05-301-1/+1
| | | | svn path=/trunk/; revision=20259
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-4/+8
| | | | | | | | | | | | | 2008-05-27 Tor Lillqvist <tml@novell.com> * io-*.c: Use explicit G_MODULE_EXPORT decoration when building the loader in question as a module. * gdk-pixbuf-io.c: Enable included build of the icns and jasper loaders. svn path=/trunk/; revision=20192
* Add detection for libjasper, used by the gdk-pixbuf JPEG2000 loaderBastien Nocera2007-11-251-0/+305
2007-11-25 Bastien Nocera <hadess@hadess.net> * configure.in: Add detection for libjasper, used by the gdk-pixbuf JPEG2000 loader 2007-11-25 Bastien Nocera <hadess@hadess.net> * Makefile.am: * io-jasper.c: Add the libjasper JPEG2000 loader (Closes: #469901) svn path=/trunk/; revision=19042