mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-20 22:49:35 +08:00
9 lines
152 B
Go
9 lines
152 B
Go
package rtp
|
|
|
|
/*
|
|
#cgo pkg-config: gstreamer-plugins-base-1.0
|
|
#cgo LDFLAGS: -lgstrtp-1.0
|
|
#cgo CFLAGS: -Wno-deprecated-declarations -g -Wall
|
|
*/
|
|
import "C"
|