Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include JPEG compression / decompression library into emulator build | Vladimir Chtchetkine | 2012-02-01 | 1 | -0/+250 |
We are going to need JPEG compression for transferring emulator's framebuffers to the multi-touch supporting application running on an android device. The source for JPEG compressor has been copied over from external/jpeg To that I've added distrib/jpeg-6b/sources.make containing build instruction for JPEG compressor. That file gets included into Makefile.common to compile JPEG compressor sources along with the emulator sources. Change-Id: I7bfccb7a10f873f90edabab5d3b1b2ca4dd57449 |