decoder.go | 2 +- encoder.go | 2 +- errors.go | 2 +- opus.go | 2 +- diff --git a/decoder.go b/decoder.go index 729d21291ed49facf93595f1ec3c40ff4cc2c4a4..6ca40b264dee1e6ef293089a4d331a7955993859 100644 --- a/decoder.go +++ b/decoder.go @@ -11,7 +11,7 @@ ) /* #cgo pkg-config: opus -#include +#include */ import "C" diff --git a/encoder.go b/encoder.go index 2c75788173de1acb30a041e2b9a90fa0ef300f6a..cd67484a0fe820bc4ec90d168ffd415f78dde97a 100644 --- a/encoder.go +++ b/encoder.go @@ -11,7 +11,7 @@ ) /* #cgo pkg-config: opus -#include +#include int bridge_encoder_set_dtx(OpusEncoder *st, opus_int32 use_dtx) diff --git a/errors.go b/errors.go index 88ef026fe000558ebf0c6dfa54648d2dd94cafec..47e4020d467dd07c55145c0306405c9408e9914d 100644 --- a/errors.go +++ b/errors.go @@ -10,7 +10,7 @@ ) /* #cgo pkg-config: opus opusfile -#include +#include #include // Access the preprocessor from CGO diff --git a/opus.go b/opus.go index 29b019e6451799947fe7e3da365ed2e0d7b3e37c..a7436e21befccaf5e536f8d6f7bbc5a041ca8875 100644 --- a/opus.go +++ b/opus.go @@ -7,7 +7,7 @@ /* // Link opus using pkg-config. #cgo pkg-config: opus -#include +#include // Access the preprocessor from CGO const int CONST_APPLICATION_VOIP = OPUS_APPLICATION_VOIP;