Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mumble/CELTCodec.cpp')
-rw-r--r--src/mumble/CELTCodec.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mumble/CELTCodec.cpp b/src/mumble/CELTCodec.cpp
index 38cb1f4c3..2a1872c3e 100644
--- a/src/mumble/CELTCodec.cpp
+++ b/src/mumble/CELTCodec.cpp
@@ -155,3 +155,5 @@ int CELTCodec070::encode(CELTEncoder *st, const celt_int16 *pcm, unsigned char *
int CELTCodec070::decode_float(CELTDecoder *st, const unsigned char *data, int len, float *pcm) {
return celt_decode_float(st, data, len, pcm);
}
+
+#undef RESOLVE