Index: gyp/images.gyp |
diff --git a/gyp/images.gyp b/gyp/images.gyp |
index 7b1636e02b9845cdb1e8ab905e78d19039823ee8..635b215c94e263372d87a9d345ed00d9a594fdc9 100644 |
--- a/gyp/images.gyp |
+++ b/gyp/images.gyp |
@@ -29,6 +29,8 @@ |
'../src/core/', |
# for access to SkImagePriv.h |
'../src/image/', |
+ '../third_party/mytinyexr', |
+ #'../third_party/mytinyexr/deps/ZFP/inc', |
], |
'sources': [ |
'../include/images/SkForceLinking.h', |
@@ -42,6 +44,7 @@ |
# so the right decoders will be forced to link. |
'../src/images/SkKTXImageEncoder.cpp', |
+ '../src/images/SkEXRImageEncoder.cpp', |
'../src/images/SkWEBPImageEncoder.cpp', |
'../src/images/SkJPEGImageEncoder.cpp', |
'../src/images/SkPNGImageEncoder.cpp', |
@@ -54,6 +57,24 @@ |
'../src/ports/SkImageEncoder_CG.cpp', |
'../src/ports/SkImageEncoder_WIC.cpp', |
+ |
+ #'../third_party/tinyexr/deps/ZFP/src/bitstream.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/decode1d.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/decode1f.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/decode2d.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/decode2f.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/decode3d.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/decode3f.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/encode1d.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/encode1f.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/encode2d.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/encode2f.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/encode3d.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/encode3f.c', |
+ #'../third_party/tinyexr/deps/ZFP/src/zfp.c', |
+ ], |
+ 'cflags': [ |
+ '-w', |
], |
'conditions': [ |
[ 'skia_os == "win"', { |