Skip to content

Commit 1e0af36

Browse files
author
Olivier Poitrey
committed
Merge pull request SDWebImage#605 from akhenakh/upgrade_webp
upgrade libwebp to 0.4.0
2 parents 6aca6a2 + 5e3384e commit 1e0af36

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

SDWebImage.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@
187187
53EDFCFE17625F5F00698166 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 53EDFCFA17625F5F00698166 /* filters.c */; };
188188
53EDFD0217625F7900698166 /* thread.h in Headers */ = {isa = PBXBuildFile; fileRef = 53EDFCFF17625F7900698166 /* thread.h */; };
189189
53EDFD0417625F7900698166 /* thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 53EDFD0017625F7900698166 /* thread.c */; };
190+
5DA509F4187B68E7002FEB5C /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 5DA509F2187B68E7002FEB5C /* random.c */; };
191+
5DA509F5187B68E7002FEB5C /* random.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DA509F3187B68E7002FEB5C /* random.h */; };
190192
A18A6CC7172DC28500419892 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A18A6CC5172DC28500419892 /* UIImage+GIF.h */; };
191193
A18A6CC8172DC28500419892 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A18A6CC5172DC28500419892 /* UIImage+GIF.h */; };
192194
A18A6CC9172DC28500419892 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = A18A6CC6172DC28500419892 /* UIImage+GIF.m */; };
@@ -277,6 +279,8 @@
277279
53EDFD0017625F7900698166 /* thread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = thread.c; path = Vendors/libwebp/src/utils/thread.c; sourceTree = "<group>"; };
278280
53FB893F14D35D1A0020B787 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
279281
53FB894814D35E9E0020B787 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
282+
5DA509F2187B68E7002FEB5C /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = random.c; path = Vendors/libwebp/src/utils/random.c; sourceTree = "<group>"; };
283+
5DA509F3187B68E7002FEB5C /* random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = random.h; path = Vendors/libwebp/src/utils/random.h; sourceTree = "<group>"; };
280284
A18A6CC5172DC28500419892 /* UIImage+GIF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+GIF.h"; sourceTree = "<group>"; };
281285
A18A6CC6172DC28500419892 /* UIImage+GIF.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+GIF.m"; sourceTree = "<group>"; };
282286
/* End PBXFileReference section */
@@ -446,6 +450,8 @@
446450
53EDFCA317625C4600698166 /* utils */ = {
447451
isa = PBXGroup;
448452
children = (
453+
5DA509F2187B68E7002FEB5C /* random.c */,
454+
5DA509F3187B68E7002FEB5C /* random.h */,
449455
53E481DB17C300F6003E8957 /* alpha_processing.c */,
450456
53E481DC17C300F6003E8957 /* alpha_processing.h */,
451457
53EDFCFF17625F7900698166 /* thread.h */,
@@ -572,6 +578,7 @@
572578
537D95B517ECC1FE0097C263 /* color_cache.h in Headers */,
573579
537D95B617ECC1FE0097C263 /* lossless.h in Headers */,
574580
537D95B717ECC1FE0097C263 /* alpha_processing.h in Headers */,
581+
5DA509F5187B68E7002FEB5C /* random.h in Headers */,
575582
537D95B817ECC1FE0097C263 /* yuv.h in Headers */,
576583
537D95B917ECC1FE0097C263 /* rescaler.h in Headers */,
577584
537D95BA17ECC1FE0097C263 /* utils.h in Headers */,
@@ -790,6 +797,7 @@
790797
537D957C17ECC1FE0097C263 /* SDWebImageDownloaderOperation.m in Sources */,
791798
537D957D17ECC1FE0097C263 /* SDWebImageCompat.m in Sources */,
792799
537D957E17ECC1FE0097C263 /* UIImage+GIF.m in Sources */,
800+
5DA509F4187B68E7002FEB5C /* random.c in Sources */,
793801
537D958017ECC1FE0097C263 /* UIImage+MultiFormat.m in Sources */,
794802
537D958117ECC1FE0097C263 /* UIImage+WebP.m in Sources */,
795803
537D958217ECC1FE0097C263 /* webp.c in Sources */,

Vendors/libwebp

Submodule libwebp updated from 5cd43e4 to 68e7901

0 commit comments

Comments
 (0)