Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https://coder...
authormsarett <msarett@google.com>
Mon, 29 Jun 2015 17:30:59 +0000 (10:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 29 Jun 2015 17:30:59 +0000 (10:30 -0700)
commitf657b1093ef22390d3ce1eb56686a8185408a84f
tree4faa134ed7022293b368440ed4d6f149bc13aee7
parentf8bf9181d7b0463c8e371755cfbb9ece90b34fc5
Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https://codereview.chromium.org/1180983002/)

Reason for revert:
yasm is leaking memory :(.

https://uberchromegw.corp.google.com/i/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-ASAN/builds/926/steps/build%20dm/logs/stdio

Original issue's description:
> Add libjpeg-turbo library (depends on yasm)
> Mangle external function names to avoid conflict with libjpeg
> Take advantage of direct color conversion (RGBA, BGRA, 565)
> Prepare to use jpeg_skip_scanlines (when it is upstreamed)
>
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/b60c3f8291529303299262dba19b1a896060bd2d
>
> Committed: https://skia.googlesource.com/skia/+/f8bf9181d7b0463c8e371755cfbb9ece90b34fc5

TBR=scroggo@google.com,djsollen@google.com,emmaleer@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/1214023003
35 files changed:
DEPS
dm/DM.cpp
gyp/codec.gyp
gyp/libjpeg-turbo.gyp [deleted file]
gyp/yasm.gyp [deleted file]
src/codec/SkCodec.cpp
src/codec/SkJpegCodec.cpp
src/codec/SkJpegCodec.h
src/codec/SkJpegDecoderMgr.cpp
src/codec/SkJpegDecoderMgr.h
src/codec/SkJpegUtility_codec.cpp
src/codec/SkJpegUtility_codec.h
third_party/yasm/README.skia [deleted file]
third_party/yasm/config/android/Makefile [deleted file]
third_party/yasm/config/android/config.h [deleted file]
third_party/yasm/config/android/libyasm-stdint.h [deleted file]
third_party/yasm/config/chromeos/Makefile [deleted file]
third_party/yasm/config/chromeos/config.h [deleted file]
third_party/yasm/config/chromeos/libyasm-stdint.h [deleted file]
third_party/yasm/config/ios/Makefile [deleted file]
third_party/yasm/config/ios/config.h [deleted file]
third_party/yasm/config/ios/libyasm-stdint.h [deleted file]
third_party/yasm/config/linux/Makefile [deleted file]
third_party/yasm/config/linux/config.h [deleted file]
third_party/yasm/config/linux/libyasm-stdint.h [deleted file]
third_party/yasm/config/mac/Makefile [deleted file]
third_party/yasm/config/mac/config.h [deleted file]
third_party/yasm/config/mac/libyasm-stdint.h [deleted file]
third_party/yasm/config/openbsd/Makefile [deleted file]
third_party/yasm/config/openbsd/config.h [deleted file]
third_party/yasm/config/openbsd/libyasm-stdint.h [deleted file]
third_party/yasm/config/win/Makefile [deleted file]
third_party/yasm/config/win/config.h [deleted file]
third_party/yasm/config/win/libyasm-stdint.h [deleted file]
third_party/yasm/config/win/stdint.h [deleted file]