1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-09 14:29:55 +00:00
Files
ffwebp/internal/builtins/avif.go

9 lines
139 B
Go
Raw Normal View History

2025-08-11 02:36:35 +02:00
//go:build avif || core || full
// +build avif core full
package builtins
import (
_ "github.com/coalaura/ffwebp/internal/codec/avif"
)