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:55:07 +02:00
parent 094eba42af
commit 6c75477d42
4 changed files with 102 additions and 0 deletions

View File

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