mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-09-09 06:19:55 +00:00
9 lines
139 B
Go
9 lines
139 B
Go
//go:build avif || core || full
|
|
// +build avif core full
|
|
|
|
package builtins
|
|
|
|
import (
|
|
_ "github.com/coalaura/ffwebp/internal/codec/avif"
|
|
)
|