mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
AUDIO: Support building the EAS MIDI driver on non-Android platforms
This commit is contained in:
committed by
Eugene Sandulenko
parent
9862969f69
commit
37764d86fc
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user