Files
go2rtc/internal/v4l2/v4l2.go
2025-01-09 00:28:33 +03:00

8 lines
67 B
Go

//go:build !linux
package v4l2
func Init() {
// not supported
}