diff --git a/internal/media/ffmpeg/wasm.go b/internal/media/ffmpeg/wasm.go index 29e547364..dcaed55d4 100644 --- a/internal/media/ffmpeg/wasm.go +++ b/internal/media/ffmpeg/wasm.go @@ -133,7 +133,8 @@ func compilerSupported() bool { } switch runtime.GOARCH { case "amd64": - return cpu.X86.HasSSE41 + return cpu.X86.HasSSE41 || + os.Getenv("GTS_WAZERO_FORCE_COMPILER") != "" case "arm64": return true default: