1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-18 06:14:34 +00:00
This commit is contained in:
Laura
2025-06-19 16:29:27 +02:00
parent 6ddf02ff19
commit 2a5bbe4fbb
5 changed files with 114 additions and 1 deletions

View File

@ -0,0 +1,8 @@
//go:build webp || core || full
// +build webp core full
package builtins
import (
_ "github.com/coalaura/ffwebp/internal/codec/webp"
)