commit | b355012797dfd503eee9f80ed06bc30a17cc3318 | [log] [tgz] |
---|---|---|
author | Wei-Ta Chen <weita@google.com> | Thu Dec 03 23:19:19 2009 +0800 |
committer | Wei-Ta Chen <weita@google.com> | Thu Dec 03 23:19:19 2009 +0800 |
tree | 741ac88536b86606176cc305b3b0ad8d9223519b | |
parent | f623fbc45d5c25c0863314a5766624bd35914e7a [diff] |
Fix the broken build of omxjpegdecoder: http://b/2299035. 1) Add the include path for jni.h. 2) Rename InitCheck() and read_at() to initCheck() and readAt(), repectively in StreamSource, as done in DataSource. 3) Add back the definition of SkJPEGImageDecoder to jpeg_decoder_bench.cpp. Need to do so because SkJPEGImageDecoder is not defined in a header file.