mirror of
https://github.com/go-gst/go-gst.git
synced 2025-11-01 12:02:34 +08:00
8 lines
119 B
Go
8 lines
119 B
Go
package gstnet
|
|
|
|
/*
|
|
#cgo pkg-config: gstreamer-net-1.0
|
|
#cgo CFLAGS: -Wno-deprecated-declarations -g -Wall
|
|
*/
|
|
import "C"
|