mirror of
https://github.com/go-gst/go-gst.git
synced 2025-11-02 20:34:01 +08:00
Merge plugin experimentation branch - GstBaseSrcs can now be implemented via the bindings but with very limited functionality still
This commit is contained in:
7
gst/base/pkg_config.go
Normal file
7
gst/base/pkg_config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package base
|
||||
|
||||
/*
|
||||
#cgo pkg-config: gstreamer-1.0 gstreamer-base-1.0
|
||||
#cgo CFLAGS: -Wno-deprecated-declarations -g -Wall
|
||||
*/
|
||||
import "C"
|
||||
Reference in New Issue
Block a user