mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-09-08 05:49:54 +00:00
9 lines
132 B
Go
9 lines
132 B
Go
//go:build jpegxl || full
|
|
// +build jpegxl full
|
|
|
|
package builtins
|
|
|
|
import (
|
|
_ "github.com/coalaura/ffwebp/internal/codec/jpegxl"
|
|
)
|