mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-09-27 04:36:12 +08:00
8 lines
113 B
Go
8 lines
113 B
Go
//go:build !(linux && (386 || amd64 || arm || arm64 || mipsle))
|
|
|
|
package alsa
|
|
|
|
func Init() {
|
|
// not supported
|
|
}
|