mirror of
https://github.com/go-gst/go-gst.git
synced 2025-11-02 04:22:41 +08:00
8 lines
125 B
Go
8 lines
125 B
Go
package gstwebrtc
|
|
|
|
/*
|
|
#cgo pkg-config: gstreamer-webrtc-1.0
|
|
#cgo CFLAGS: -Wno-deprecated-declarations -g -Wall
|
|
*/
|
|
import "C"
|