../../src/codec/SkJpegCodec.cpp:301:58: error: use of undeclared identifier 'JCS_RGB565'; did you mean 'JCS_RGB'?
const size_t colorBytes = (dinfo->out_color_space == JCS_RGB565) ? 2 :
^~~~~~~~~~
JCS_RGB
/usr/local/include/jpeglib.h:218:2: note: 'JCS_RGB' declared here
JCS_RGB, /* red/green/blue */
^
../../src/codec/SkJpegCodec.cpp:394:53: error: use of undeclared identifier 'JCS_EXT_RGBA'
fDecoderMgr->dinfo()->out_color_space = JCS_EXT_RGBA;
^
../../src/codec/SkJpegCodec.cpp:400:57: error: use of undeclared identifier 'JCS_EXT_RGBA'
fDecoderMgr->dinfo()->out_color_space = JCS_EXT_RGBA;
^
../../src/codec/SkJpegCodec.cpp:402:57: error: use of undeclared identifier 'JCS_EXT_BGRA'
fDecoderMgr->dinfo()->out_color_space = JCS_EXT_BGRA;
^
../../src/codec/SkJpegCodec.cpp:407:57: error: use of undeclared identifier 'JCS_EXT_RGBA'
fDecoderMgr->dinfo()->out_color_space = JCS_EXT_RGBA;
^
../../src/codec/SkJpegCodec.cpp:410:57: error: use of undeclared identifier 'JCS_RGB565'; did you mean 'JCS_RGB'?
fDecoderMgr->dinfo()->out_color_space = JCS_RGB565;
^~~~~~~~~~
JCS_RGB
/usr/local/include/jpeglib.h:218:2: note: 'JCS_RGB' declared here
JCS_RGB, /* red/green/blue */
^
../../src/codec/SkJpegCodec.cpp:427:53: error: use of undeclared identifier 'JCS_EXT_RGBA'
fDecoderMgr->dinfo()->out_color_space = JCS_EXT_RGBA;
^
../../src/codec/SkJpegCodec.cpp:703:9: error: use of undeclared identifier 'jpeg_crop_scanline'
jpeg_crop_scanline(fDecoderMgr->dinfo(), &startX, &width);
^
../../src/codec/SkJpegCodec.cpp:757:32: error: use of undeclared identifier 'jpeg_skip_scanlines'
return (uint32_t) count == jpeg_skip_scanlines(fDecoderMgr->dinfo(), count);
--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to skia-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/skia-discuss.
For more options, visit https://groups.google.com/d/optout.
libjpeg.8.dylib
libjpeg.a
libjpeg.dylib
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
JCS_UNKNOWN, /* error/unspecified */
JCS_GRAYSCALE, /* monochrome */
JCS_RGB, /* red/green/blue, standard RGB (sRGB) */
JCS_YCbCr, /* Y/Cb/Cr (also known as YUV), standard YCC */
JCS_CMYK, /* C/M/Y/K */
JCS_YCCK, /* Y/Cb/Cr/K */
JCS_BG_RGB, /* big gamut red/green/blue, bg-sRGB */
JCS_BG_YCC /* big gamut Y/Cb/Cr, bg-sYCC */
is_official_build=false