mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-30 19:16:34 +08:00
move gstreamer-app bindings to separate package to not require when using main package
This commit is contained in:
7
gst/pkg_config.go
Normal file
7
gst/pkg_config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package gst
|
||||
|
||||
/*
|
||||
#cgo pkg-config: gstreamer-1.0 gstreamer-app-1.0
|
||||
#cgo CFLAGS: -Wno-deprecated-declarations -g -Wall
|
||||
*/
|
||||
import "C"
|
||||
Reference in New Issue
Block a user