move pkgconfig/cflags all into c_util.go file, include only gst.go.h in go files

This commit is contained in:
tinyzimmer
2020-09-27 11:32:48 +03:00
parent 7731ccd6f1
commit 73f398e3e5
25 changed files with 25 additions and 148 deletions

View File

@@ -1,7 +1,7 @@
package gst
/*
#cgo pkg-config: gstreamer-1.0
#cgo pkg-config: gstreamer-1.0 gstreamer-app-1.0
#cgo CFLAGS: -Wno-deprecated-declarations -g -Wall
#include <gst/gst.h>
*/