Files
Atsushi Watanabe 3fbecd2095 Add openh264 library for darwin and windows
Use dockercore/golang-cross to cross compile openh264.
Set `-tags dynamic` to use system installed library.
2020-02-24 01:56:11 +09:00

7 lines
77 B
Go

// +build dynamic
package openh264
// #cgo pkg-config: openh264
import "C"