summaryrefslogtreecommitdiff
path: root/modules/opus
diff options
context:
space:
mode:
Diffstat (limited to 'modules/opus')
-rw-r--r--modules/opus/config.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/opus/config.py b/modules/opus/config.py
index 60f8d838d6..0ee1b1b7b4 100644
--- a/modules/opus/config.py
+++ b/modules/opus/config.py
@@ -1,5 +1,10 @@
def can_build(platform):
- return True
+ # Sorry guys, do not enable this unless you can figure out a way
+ # to get Opus to not do any memory allocation or system calls
+ # in the audio thread.
+ # Currently the implementation even reads files from the audio thread,
+ # and this is not how audio programming works.
+ return False
def configure(env):
pass