[Scummvm-cvs-logs] SF.net SVN: scummvm: [29316] scummvm/trunk/sound/mididrv.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Oct 29 22:41:50 CET 2007


Revision: 29316
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29316&view=rev
Author:   lordhoto
Date:     2007-10-29 14:41:50 -0700 (Mon, 29 Oct 2007)

Log Message:
-----------
Add DMedia MIDI driver just to the list of MIDI drivers if on IRIX, since at least the code for it is just build on IRIX and not on every UNIX system.

Modified Paths:
--------------
    scummvm/trunk/sound/mididrv.cpp

Modified: scummvm/trunk/sound/mididrv.cpp
===================================================================
--- scummvm/trunk/sound/mididrv.cpp	2007-10-29 21:40:38 UTC (rev 29315)
+++ scummvm/trunk/sound/mididrv.cpp	2007-10-29 21:41:50 UTC (rev 29316)
@@ -48,6 +48,9 @@
 
 #if defined(UNIX) && !defined(__BEOS__) && !defined(MACOSX) && !defined(__MAEMO__)
 	{"seq", "SEQ", MD_SEQ, MDT_MIDI},
+#endif
+
+#if defined(IRIX)
 	{"dmedia", "DMedia", MD_DMEDIA, MDT_MIDI},
 #endif
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list