diff options
| author | Johannes Schickel | 2012-05-15 14:37:07 -0700 |
|---|---|---|
| committer | Johannes Schickel | 2012-05-15 14:37:07 -0700 |
| commit | 452b95143007146b07e48249312f95d23af8caa3 (patch) | |
| tree | 6e32d6fd6f3b9f6e254d7d61b410a99531e1adbf /base/plugins.cpp | |
| parent | c64a69c363093df946d2a8555d3e7264f16441ef (diff) | |
| parent | 8cfe25cd658ddbbb811ff2b9fce7e46ea6bc855a (diff) | |
| download | scummvm-rg350-452b95143007146b07e48249312f95d23af8caa3.tar.gz scummvm-rg350-452b95143007146b07e48249312f95d23af8caa3.tar.bz2 scummvm-rg350-452b95143007146b07e48249312f95d23af8caa3.zip | |
Merge pull request #238 from jonathangray/sndio_midi
MIDI: add sndio midi backend
Diffstat (limited to 'base/plugins.cpp')
| -rw-r--r-- | base/plugins.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index c19b60782d..b8cd097683 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -101,6 +101,9 @@ public: #if defined(USE_SEQ_MIDI) LINK_PLUGIN(SEQ) #endif + #if defined(USE_SNDIO) + LINK_PLUGIN(SNDIO) + #endif #if defined(__MINT__) LINK_PLUGIN(STMIDI) #endif |
