Skip to content

Commit 0c173a4

Browse files
committed
Upgrade to libwebp-1.2.2
1 parent 0834b68 commit 0c173a4

File tree

341 files changed

+95398
-1912
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

341 files changed

+95398
-1912
lines changed

bench/z_benchmark_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
// generated by go run gen.go -output z_benchmark_test.go; DO NOT EDIT
66

7+
//go:build go1.6
78
// +build go1.6
89

910
package webp_bench

capi.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
package webp
1616

1717
/*
18-
#cgo CFLAGS: -I./internal/libwebp-1.0.2/
19-
#cgo CFLAGS: -I./internal/libwebp-1.0.2/src/
18+
#cgo CFLAGS: -I./internal/libwebp-1.2.2/
19+
#cgo CFLAGS: -I./internal/libwebp-1.2.2/src/
2020
#cgo CFLAGS: -I./internal/include/
2121
#cgo CFLAGS: -Wno-pointer-sign -DWEBP_USE_THREAD
2222
#cgo !windows LDFLAGS: -lm

gen_helper.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ func clearOldGenFiles() {
3939
}
4040

4141
func genIncludeFiles() {
42-
ss := parseCMakeListsTxt("internal/libwebp-1.0.2/CMakeLists.txt", "WEBP_SRC_DIR", "*.c")
43-
muxSS, err := findFiles("internal/libwebp-1.0.2/src/mux", "*.c")
42+
ss := parseCMakeListsTxt("internal/libwebp-1.2.2/CMakeLists.txt", "WEBP_SRC_DIR", "*.c")
43+
muxSS, err := findFiles("internal/libwebp-1.2.2/src/mux", "*.c")
4444
if err != nil {
4545
log.Fatal(err)
4646
}

internal/libwebp-1.0.2/.gitattributes

Lines changed: 0 additions & 5 deletions
This file was deleted.

internal/libwebp-1.0.2/.gitignore

Lines changed: 0 additions & 41 deletions
This file was deleted.

internal/libwebp-1.0.2/.mailmap

Lines changed: 0 additions & 13 deletions
This file was deleted.

internal/libwebp-1.0.2/src/utils/rescaler_utils.c

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)