mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-19 14:24:41 +08:00
move pkgconfig/cflags all into c_util.go file, include only gst.go.h in go files
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
package gst
|
||||
|
||||
/*
|
||||
#cgo pkg-config: gstreamer-1.0 gstreamer-app-1.0
|
||||
#cgo CFLAGS: -Wno-deprecated-declarations -Wno-unused-function -g
|
||||
#include <gst/gst.h>
|
||||
#include <gst/app/gstappsink.h>
|
||||
#include "gst.go.h"
|
||||
*/
|
||||
// #include "gst.go.h"
|
||||
import "C"
|
||||
|
||||
// Sample is a go wrapper around a GstSample object.
|
||||
|
Reference in New Issue
Block a user