Add non-Windows stub for EnsureGStreamerOnPath
This commit is contained in:
parent
a194801545
commit
d14ca93560
6
internal/utils/gstreamer_paths_stub.go
Normal file
6
internal/utils/gstreamer_paths_stub.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//go:build !windows
|
||||
|
||||
package utils
|
||||
|
||||
// EnsureGStreamerOnPath is a no-op on non-Windows platforms.
|
||||
func EnsureGStreamerOnPath() {}
|
||||
Loading…
Reference in New Issue
Block a user