mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a compile error if you try to enable both Oboe and openSL
This commit is contained in:
parent
b434434d07
commit
1ab38ab874
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue