mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-30 19:16:34 +08:00
9 lines
147 B
Go
9 lines
147 B
Go
package video
|
|
|
|
/*
|
|
#cgo pkg-config: gstreamer-plugins-base-1.0
|
|
#cgo CFLAGS: -Wno-deprecated-declarations
|
|
#cgo LDFLAGS: -lgstvideo-1.0
|
|
*/
|
|
import "C"
|