8 lines
67 B
Go
8 lines
67 B
Go
//go:build !linux
|
|
|
|
package v4l2
|
|
|
|
func Init() {
|
|
// not supported
|
|
}
|