Files
go2rtc/internal/v4l2/v4l2.go
2025-03-13 15:33:23 +03:00

8 lines
113 B
Go

//go:build !(linux && (386 || arm || mipsle || amd64 || arm64))
package v4l2
func Init() {
// not supported
}