mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Android: Add missing getAndroidRealtimeThreadFactory implementation
The issue affected projects not depending on juce_audio_devices.
This commit is contained in:
parent
edb4ef67e8
commit
0e685a9c5b
2 changed files with 8 additions and 1 deletions
|
|
@ -226,7 +226,10 @@ namespace juce
|
|||
#endif
|
||||
#else
|
||||
// No audio library, so no way to create realtime threads.
|
||||
RealtimeThreadFactory getAndroidRealtimeThreadFactory() { return nullptr; }
|
||||
namespace juce
|
||||
{
|
||||
RealtimeThreadFactory getAndroidRealtimeThreadFactory() { return nullptr; }
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue