mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_highlevel (push) Has been cancelled
11 lines
136 B
Go
11 lines
136 B
Go
//go:build linux && arm64
|
|
// +build linux,arm64
|
|
|
|
package rpicamera
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed mtxrpicam_64
|
|
var component []byte
|