Skip to content

Commit 01931d1

Browse files
committed
Updated libwebp reference to 0.4.2
1 parent 914ed45 commit 01931d1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

SDWebImage.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
DA577D771998E6B2007367ED /* vp8li.h in Headers */ = {isa = PBXBuildFile; fileRef = DA577D681998E6B2007367ED /* vp8li.h */; };
199199
DA577D781998E6B2007367ED /* webp.c in Sources */ = {isa = PBXBuildFile; fileRef = DA577D691998E6B2007367ED /* webp.c */; };
200200
DA577D791998E6B2007367ED /* webpi.h in Headers */ = {isa = PBXBuildFile; fileRef = DA577D6A1998E6B2007367ED /* webpi.h */; };
201+
DAC075D21A08CBDA002E5D32 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = DAC075D01A08CB9C002E5D32 /* alpha_processing_sse2.c */; };
201202
DAFAA6C219485CAA00581B9E /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 5340674F167780C40042B59E /* SDWebImageCompat.m */; };
202203
/* End PBXBuildFile section */
203204

@@ -326,6 +327,7 @@
326327
DA577D681998E6B2007367ED /* vp8li.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vp8li.h; sourceTree = "<group>"; };
327328
DA577D691998E6B2007367ED /* webp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = webp.c; sourceTree = "<group>"; };
328329
DA577D6A1998E6B2007367ED /* webpi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = webpi.h; sourceTree = "<group>"; };
330+
DAC075D01A08CB9C002E5D32 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = alpha_processing_sse2.c; sourceTree = "<group>"; };
329331
/* End PBXFileReference section */
330332

331333
/* Begin PBXFrameworksBuildPhase section */
@@ -488,6 +490,7 @@
488490
DA577C651998E60B007367ED /* dsp */ = {
489491
isa = PBXGroup;
490492
children = (
493+
DAC075D01A08CB9C002E5D32 /* alpha_processing_sse2.c */,
491494
DA577C661998E60B007367ED /* alpha_processing.c */,
492495
DA577C671998E60B007367ED /* cpu.c */,
493496
DA577C681998E60B007367ED /* dec.c */,
@@ -928,6 +931,7 @@
928931
DA577D3C1998E60B007367ED /* filters.c in Sources */,
929932
DA577D341998E60B007367ED /* bit_reader.c in Sources */,
930933
ABBE71AB18C43B6000B75E91 /* UIImageView+HighlightedWebCache.m in Sources */,
934+
DAC075D21A08CBDA002E5D32 /* alpha_processing_sse2.c in Sources */,
931935
DA577D6F1998E6B2007367ED /* frame.c in Sources */,
932936
);
933937
runOnlyForDeploymentPostprocessing = 0;

Vendors/libwebp

Submodule libwebp updated from 8af2771 to 6a2209a

0 commit comments

Comments
 (0)