From 772ca78d5ddabb8c72dda49f74cbb55c275a8b4c Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Mon, 10 Oct 2016 15:16:49 +0100 Subject: [PATCH] Fix pkg-config name for opusfile related source Stream.go is the wrapper around libopusfile, not libopus. --- stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream.go b/stream.go index 077ddf1..3c5be0d 100644 --- a/stream.go +++ b/stream.go @@ -11,7 +11,7 @@ import ( ) /* -#cgo pkg-config: opus +#cgo pkg-config: opusfile #include #include -- 2.48.1