VideoTools/internal/utils/gstreamer_paths_stub.go
2026-01-17 20:37:00 -05:00

7 lines
130 B
Go

//go:build !windows
package utils
// EnsureGStreamerOnPath is a no-op on non-Windows platforms.
func EnsureGStreamerOnPath() {}