mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-23 00:07:29 +08:00
f3ac1f5480
Changes: * Remove hraban/opus dependency * Add multiple static-linked libopus binaries
7 lines
69 B
Go
7 lines
69 B
Go
// +build dynamic
|
|
|
|
package opus
|
|
|
|
// #cgo pkg-config: opus
|
|
import "C"
|