chai2010 / webp

WebP decoder and encoder for Go (Zero Dependencies).
http://godoc.org/github.com/chai2010/webp
BSD 3-Clause "New" or "Revised" License
512 stars 89 forks source link

Use libwebp dynamic link library to instead static build #24

Closed coldnight closed 5 years ago

coldnight commented 5 years ago

This PR related to #23 with same reason but in different way.

PS: The test failed in the same case.

coldnight commented 5 years ago

I will make another fork for this.