chai2010 / webp

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

Getting compilation issues on linux #8

Closed qzaidi closed 9 years ago

qzaidi commented 9 years ago

Installing my package github.paytm.com/paytm/resizer via go get is causing this issue, and then it fails to build.

github.com/chai2010/webp

src/github.com/chai2010/webp/writer.go:91: unknown _RGB field 'Pix' in struct literal src/github.com/chai2010/webp/writer.go:92: unknown _RGB field 'Stride' in struct literal src/github.com/chai2010/webp/writer.go:93: unknown _RGB field 'Rect' in struct literal

chai2010 commented 9 years ago

Fixed. Thanks!