mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-24 08:13:53 +08:00
9 lines
197 B
Go
9 lines
197 B
Go
package gst
|
|
|
|
/*
|
|
#cgo pkg-config: gstreamer-1.0 gstreamer-controller-1.0
|
|
#cgo CFLAGS: -Wno-deprecated-declarations -Wno-format-security -g -Wall -Wno-unused-variable
|
|
#cgo LDFLAGS: -lm
|
|
*/
|
|
import "C"
|