mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-07-18 06:14:34 +00:00
webp
This commit is contained in:
8
internal/builtins/webp.go
Normal file
8
internal/builtins/webp.go
Normal file
@ -0,0 +1,8 @@
|
||||
//go:build webp || core || full
|
||||
// +build webp core full
|
||||
|
||||
package builtins
|
||||
|
||||
import (
|
||||
_ "github.com/coalaura/ffwebp/internal/codec/webp"
|
||||
)
|
Reference in New Issue
Block a user