mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 20:33:17 -06:00
[chore]: Bump codeberg.org/gruf/go-ffmpreg from 0.2.6 to 0.3.0
Bumps codeberg.org/gruf/go-ffmpreg from 0.2.6 to 0.3.0. --- updated-dependencies: - dependency-name: codeberg.org/gruf/go-ffmpreg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4f8f6d9dac
commit
c3c187fc5e
5 changed files with 4 additions and 26 deletions
11
vendor/codeberg.org/gruf/go-ffmpreg/embed/ffmpeg/lib.go
generated
vendored
11
vendor/codeberg.org/gruf/go-ffmpreg/embed/ffmpeg/lib.go
generated
vendored
|
|
@ -3,8 +3,6 @@ package ffmpeg
|
|||
import (
|
||||
_ "embed"
|
||||
"os"
|
||||
|
||||
"github.com/tetratelabs/wazero/api"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
@ -23,14 +21,5 @@ func init() {
|
|||
}
|
||||
}
|
||||
|
||||
// CoreFeatures is the WebAssembly Core specification
|
||||
// features this embedded binary was compiled with.
|
||||
const CoreFeatures = api.CoreFeatureSIMD |
|
||||
api.CoreFeatureBulkMemoryOperations |
|
||||
api.CoreFeatureNonTrappingFloatToIntConversion |
|
||||
api.CoreFeatureMutableGlobal |
|
||||
api.CoreFeatureReferenceTypes |
|
||||
api.CoreFeatureSignExtensionOps
|
||||
|
||||
//go:embed ffmpeg.wasm
|
||||
var B []byte
|
||||
|
|
|
|||
11
vendor/codeberg.org/gruf/go-ffmpreg/embed/ffprobe/lib.go
generated
vendored
11
vendor/codeberg.org/gruf/go-ffmpreg/embed/ffprobe/lib.go
generated
vendored
|
|
@ -3,8 +3,6 @@ package ffprobe
|
|||
import (
|
||||
_ "embed"
|
||||
"os"
|
||||
|
||||
"github.com/tetratelabs/wazero/api"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
@ -23,14 +21,5 @@ func init() {
|
|||
}
|
||||
}
|
||||
|
||||
// CoreFeatures is the WebAssembly Core specification
|
||||
// features this embedded binary was compiled with.
|
||||
const CoreFeatures = api.CoreFeatureSIMD |
|
||||
api.CoreFeatureBulkMemoryOperations |
|
||||
api.CoreFeatureNonTrappingFloatToIntConversion |
|
||||
api.CoreFeatureMutableGlobal |
|
||||
api.CoreFeatureReferenceTypes |
|
||||
api.CoreFeatureSignExtensionOps
|
||||
|
||||
//go:embed ffprobe.wasm
|
||||
var B []byte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue