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

macos 编译出错 #47

Open libra1010 opened 2 years ago

libra1010 commented 2 years ago

macos 12.4 go 1.18.1 提示如下 github.com/sizeofint/webp-animation

github.com/sizeofint/webp-animation In file included from ../../repository/go/pkg/mod/github.com/sizeofint/webp-animation@v0.0.0-20190207194838-b631dc900de9/gifdec.go:6: ./webp.hpp:4:10: fatal error: 'webp/encode.h' file not found

include <webp/encode.h>

^~~~~~~

使用make 或者手动命令build 提示均如上所示