From: Hraban Luyat Date: Mon, 10 Oct 2016 14:16:49 +0000 (+0100) Subject: Fix pkg-config name for opusfile related source X-Git-Tag: v2.0.0~55 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=772ca78d5ddabb8c72dda49f74cbb55c275a8b4c;p=go-opus.git Fix pkg-config name for opusfile related source Stream.go is the wrapper around libopusfile, not libopus. --- 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