Skip to content

Commit

Permalink
Update to libwebp v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Nov 27, 2023
1 parent ae3132b commit 2341d9f
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8,545 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/bep/gowebp)](https://goreportcard.com/report/github.com/bep/gowebp)
[![libwebp Version](https://img.shields.io/badge/libwebp-v1.2.4-blue)](https://github.com/webmproject/libwebp)
[![libwebp Version](https://img.shields.io/badge/libwebp-v1.3.2-blue)](https://github.com/webmproject/libwebp)
[![codecov](https://codecov.io/gh/bep/gowebp/branch/master/graph/badge.svg)](https://codecov.io/gh/bep/gowebp)
[![GoDoc](https://godoc.org/github.com/bep/gowebp/libwebp?status.svg)](https://godoc.org/github.com/bep/gowebp/libwebp)

Expand All @@ -12,6 +12,7 @@ It is based on [go-webp](https://github.com/kolesa-team/go-webp), but this inclu

1. Pull in the relevant libwebp version, e.g. `./pull-libwebp.sh v1.2.0`
2. Regenerate wrappers with `go generate ./gen`
3. Delete the `libwebp_src/swig` folder (we're not using that).
3. Update the libwebp version badge above.

## Local development
Expand Down
3 changes: 3 additions & 0 deletions internal/libwebp/sharpyuv_cpu.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#ifndef LIBWEBP_NO_SRC
#include "../../libwebp_src/sharpyuv/sharpyuv_cpu.c"
#endif
3 changes: 3 additions & 0 deletions internal/libwebp/sharpyuv_cpu.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#ifndef LIBWEBP_NO_SRC
#include "../../libwebp_src/sharpyuv/sharpyuv_cpu.h"
#endif
67 changes: 0 additions & 67 deletions libwebp_src/swig/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions libwebp_src/swig/libwebp.go

This file was deleted.

Binary file removed libwebp_src/swig/libwebp.jar
Binary file not shown.
235 changes: 0 additions & 235 deletions libwebp_src/swig/libwebp.py

This file was deleted.

Loading

0 comments on commit 2341d9f

Please sign in to comment.