Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Update libwebp to 1.0.2 (#18)
Browse files Browse the repository at this point in the history
Summary:
Update libwebp to 1.0.2. Contains some speedups and security fixes.

Pull Request resolved: #18

Reviewed By: lambdapioneer

Differential Revision: D13761845

Pulled By: cuva

fbshipit-source-id: 3d096805fabcb0b832b5bdfeb46a37336ccf2480
  • Loading branch information
EwoutH authored and facebook-github-bot committed Jan 23, 2019
1 parent 4ec6073 commit 548c81e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions androidLibs/third-party/libwebp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ apply plugin: SpectrumDownloadAndMergePlugin
import org.apache.tools.ant.filters.ReplaceTokens

downloadAndMergeNativeLibrary {
externalSourceUri 'https://github.com/webmproject/libwebp/archive/v1.0.0.tar.gz'
externalSourceInclude 'libwebp-1.0.0/**'
externalSourceUri 'https://github.com/webmproject/libwebp/archive/v1.0.2.tar.gz'
externalSourceInclude 'libwebp-1.0.2/**'
overrideInclude '**'
filesMatchingPattern '**'
filesMatchingAction {
it.path = it.path - "libwebp-1.0.0"
it.path = it.path - "libwebp-1.0.2"
}
cacheRevision = 1
}
Expand Down
36 changes: 18 additions & 18 deletions ios/SpectrumKitSample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
PODS:
- libpng (1.6.18)
- libwebp (1.0.0):
- libwebp/core (= 1.0.0)
- libwebp/dec (= 1.0.0)
- libwebp/demux (= 1.0.0)
- libwebp/dsp (= 1.0.0)
- libwebp/enc (= 1.0.0)
- libwebp/mux (= 1.0.0)
- libwebp/utils (= 1.0.0)
- libwebp/webp (= 1.0.0)
- libwebp/core (1.0.0):
- libwebp (1.0.2):
- libwebp/core (= 1.0.2)
- libwebp/dec (= 1.0.2)
- libwebp/demux (= 1.0.2)
- libwebp/dsp (= 1.0.2)
- libwebp/enc (= 1.0.2)
- libwebp/mux (= 1.0.2)
- libwebp/utils (= 1.0.2)
- libwebp/webp (= 1.0.2)
- libwebp/core (1.0.2):
- libwebp/webp
- libwebp/dec (1.0.0):
- libwebp/dec (1.0.2):
- libwebp/core
- libwebp/demux (1.0.0):
- libwebp/demux (1.0.2):
- libwebp/core
- libwebp/dsp (1.0.0):
- libwebp/dsp (1.0.2):
- libwebp/core
- libwebp/enc (1.0.0):
- libwebp/enc (1.0.2):
- libwebp/core
- libwebp/mux (1.0.0):
- libwebp/mux (1.0.2):
- libwebp/core
- libwebp/utils (1.0.0):
- libwebp/utils (1.0.2):
- libwebp/core
- libwebp/webp (1.0.0)
- libwebp/webp (1.0.2)
- mozjpeg (3.3.1)
- spectrum-folly (2018.11.12.00)
- SpectrumCore (1.0.0):
Expand Down Expand Up @@ -88,7 +88,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
libpng: 9c661ee692282485a9cf7fcf0159458c91b4f943
libwebp: d7e0c95fe97245c97e08101eba10702ebb0f6101
libwebp: b068a3bd7c45f7460f6715be7bed1a18fd5d6b48
mozjpeg: a4d59753cccb0d7c2bcb38cd4eb936c72ec59234
spectrum-folly: 0b143554b0263383ac75a85b2b22f1f056900d21
SpectrumCore: dae3bb32c202578d6a88c50093eaeaf57acf3279
Expand Down

0 comments on commit 548c81e

Please sign in to comment.