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