AUDIO: Support building the EAS MIDI driver on non-Android platforms

This commit is contained in:
Cameron Cawley
2023-08-06 14:10:50 +02:00
committed by Eugene Sandulenko
parent 9862969f69
commit 37764d86fc
4 changed files with 200 additions and 73 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ public:
#ifdef USE_MT32EMU
LINK_PLUGIN(MT32)
#endif
#if defined(__ANDROID__)
#if defined(USE_SONIVOX) || defined(__ANDROID__)
LINK_PLUGIN(EAS)
#endif
LINK_PLUGIN(ADLIB)