1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 05:49:54 +00:00
Files
ffwebp/internal/builtins/heif.go
2025-08-12 15:45:19 +02:00

9 lines
126 B
Go

//go:build heif || full
// +build heif full
package builtins
import (
_ "github.com/coalaura/ffwebp/internal/codec/heif"
)