General: Fixed building the SEQ MIDI driver

An #include was missing, causing the driver to never be built. Also fixed what
looked like a cut-and-paste error in generating the features string.

svn-id: r51056
This commit is contained in:
Torbjörn Andersson 2010-07-20 08:56:53 +00:00
parent 37aa8a7499
commit 5b3f31feec
2 changed files with 3 additions and 1 deletions

View file

@ -28,6 +28,8 @@
* both the QuickTime support and (vkeybd http://www.alsa-project.org/~iwai/alsa.html)
*/
#include "common/scummsys.h"
#if defined(USE_SEQ_MIDI)
#include "common/util.h"

View file

@ -86,7 +86,7 @@ const char *gScummVMFeatures = ""
"ALSA "
#endif
#ifdef USE_ALSA
#ifdef USE_SEQ_MIDI
"SEQ "
#endif