History log of /external/qemu/distrib/jpeg-6b/jdphuff.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
349beb3f9b2a10a9a5cc001c115c2f742a833d6f 22-Feb-2012 Al Sutton <al@funkyandroid.com> Xcode 4.3 compatibility checkin

The command line tools from Xcode 4.3 create an incorrect implicit definition
for a couple of functions which causes compilation to fail due to the actual
definition not matching the implicit one the compiler creates.

This patch adds explicit definitions alongside the other forward function
definitions for the functions which cause compilation to fail.

[updated: initial commit had the file in the wrong location]

Signed-off-by: Al Sutton <al@funkyandroid.com>
/external/qemu/distrib/jpeg-6b/jdphuff.c
70a18cd874a22452aca9e39e22275ed4538ed20b 01-Feb-2012 Vladimir Chtchetkine <vchtchetkine@google.com> Include JPEG compression / decompression library into emulator build

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
/external/qemu/distrib/jpeg-6b/jdphuff.c