mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-21 15:29:51 +08:00
8 lines
67 B
Go
8 lines
67 B
Go
//go:build !linux
|
|
|
|
package v4l2
|
|
|
|
func Init() {
|
|
// not supported
|
|
}
|