]> Sergey Matveev's repositories - go-opus.git/commitdiff
Fix pkg-config name for opusfile related source
authorHraban Luyat <hraban@0brg.net>
Mon, 10 Oct 2016 14:16:49 +0000 (15:16 +0100)
committerHraban Luyat <hraban@0brg.net>
Mon, 10 Oct 2016 14:16:49 +0000 (15:16 +0100)
Stream.go is the wrapper around libopusfile, not libopus.

stream.go

index 077ddf11ac40f48e10da5eea1006d9cfca9cc072..3c5be0d4a195cb821bffbfe4465991ab4d173361 100644 (file)
--- a/stream.go
+++ b/stream.go
@@ -11,7 +11,7 @@ import (
 )
 
 /*
-#cgo pkg-config: opus
+#cgo pkg-config: opusfile
 #include <opusfile.h>
 #include <string.h>