summaryrefslogtreecommitdiff
path: root/modules/opus/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/opus/config.py')
-rw-r--r--modules/opus/config.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/opus/config.py b/modules/opus/config.py
index 0ee1b1b7b4..60f8d838d6 100644
--- a/modules/opus/config.py
+++ b/modules/opus/config.py
@@ -1,10 +1,5 @@
def can_build(platform):
- # 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
+ return True
def configure(env):
pass