summaryrefslogtreecommitdiffstats
path: root/client/jpeg_decoder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add missing staticChristophe Fergeau2011-05-031-1/+1
|
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
| | | | | | | | When using config.h, it must be the very first include in all source files since it contains #define that may change the compilation process (eg libc structure layout changes when it's used to enable large file support on 32 bit x86 archs). This commit adds it at the beginning of all .c and .cpp files
* mingw32: refix to build on mingw..Alon Levy2010-12-301-1/+1
|
* jpeg_boolean is a mingw32-libjpeg specific thing. Use a define check rather ↵Tiziano Mueller2010-12-301-1/+1
| | | | than a version check.
* build: use jpeg_boolean with more recent libjpeg versions.Gerd Hoffmann2010-12-071-1/+5
| | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-091-0/+147