mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-04 15:42:52 +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,11 +1,6 @@
|
||||
package gst
|
||||
|
||||
/*
|
||||
#cgo pkg-config: gstreamer-1.0
|
||||
#cgo CFLAGS: -Wno-deprecated-declarations -Wno-incompatible-pointer-types -g
|
||||
#include <gst/gst.h>
|
||||
#include "gst.go.h"
|
||||
*/
|
||||
// #include "gst.go.h"
|
||||
import "C"
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user