DescriptionForce linking with image decoders for images project.
Previously, each tool that wanted to use image decoders
but did not specifically reference them had to create a
dummy function that references them in order to ensure
they are not stripped by the linker.
Instead of making each tool reference each image decoder,
do it once in SkImageDecoder.cpp. Now each tool will have
image decoders linked in, assuming it includes the images
project.
This fixes a bug where SKPs with encoded data could not
be read by bench_ or render_pictures.
R=djsollen@google.com, robertphillips@google.com
Committed: https://code.google.com/p/skia/source/detail?r=8941
Patch Set 1 #Patch Set 2 : Attach other decoders #Patch Set 3 : Force linking image decoders with all tools #
Total comments: 2
Patch Set 4 : respond to comment #
Messages
Total messages: 6 (0 generated)
|