mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-16 13:00:58 +08:00
9 lines
167 B
Go
9 lines
167 B
Go
package audio
|
|
|
|
/*
|
|
#cgo pkg-config: gstreamer-plugins-base-1.0 gstreamer-audio-1.0
|
|
#cgo CFLAGS: -Wno-deprecated-declarations
|
|
#cgo LDFLAGS: -lgstaudio-1.0
|
|
*/
|
|
import "C"
|