This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Added a compile error if you try to enable both Oboe and openSL
tags/2021-05-28
jules
6 years ago
parent
b434434d07
commit
1ab38ab874
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
modules/juce_audio_devices/juce_audio_devices.cpp
+ 4
- 0
modules/juce_audio_devices/juce_audio_devices.cpp
View File
@@ -166,6 +166,10 @@
#endif
#if JUCE_USE_ANDROID_OBOE
#if JUCE_USE_ANDROID_OPENSLES
#error "Oboe cannot be enabled at the same time as openSL! Please disable JUCE_USE_ANDROID_OPENSLES"
#endif
#include <oboe/Oboe.h>
#endif
Write
Preview
Loading…
Cancel
Save