webp: mark package as requiring Go 1.6 for NYCbCrA
See https://build.golang.org/log/1e0572f27630c3a896f17722d89b6cc35d9f52d8 Updates golang/go#11811 Change-Id: I0db67f2c8586b1c36608c6131c803eb26fb87751 Reviewed-on: https://go-review.googlesource.com/24945 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
a21e5be7b4
commit
81315f0c68
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build go1.6
|
||||
|
||||
// Package webp implements a decoder for WEBP images.
|
||||
//
|
||||
// WEBP is defined at:
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build go1.6
|
||||
|
||||
package webp
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue
Block a user