mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-06 00:17:00 +08:00
8 lines
132 B
Go
8 lines
132 B
Go
package base
|
|
|
|
/*
|
|
#cgo pkg-config: gstreamer-1.0 gstreamer-base-1.0
|
|
#cgo CFLAGS: -Wno-deprecated-declarations -g -Wall
|
|
*/
|
|
import "C"
|