1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 22:09:55 +00:00
This commit is contained in:
2025-08-11 02:36:35 +02:00
parent ce0a9336dd
commit 094eba42af
8 changed files with 149 additions and 10 deletions

View File

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