mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-06 08:46:57 +08:00
8 lines
103 B
Go
8 lines
103 B
Go
//go:build !(linux && (386 || arm || amd64 || arm64))
|
|
|
|
package v4l2
|
|
|
|
func Init() {
|
|
// not supported
|
|
}
|