|
From: <pst...@us...> - 2008-05-05 03:52:14
|
Revision: 486
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=486&view=rev
Author: pstieber
Date: 2008-05-04 20:52:12 -0700 (Sun, 04 May 2008)
Log Message:
-----------
Wrapped the inclusion of the ALSA specific audio driver with a WXGTK check to exclude it from the Mac build.
Modified Paths:
--------------
trunk/jazz/src/Project.cpp
Modified: trunk/jazz/src/Project.cpp
===================================================================
--- trunk/jazz/src/Project.cpp 2008-05-05 03:50:58 UTC (rev 485)
+++ trunk/jazz/src/Project.cpp 2008-05-05 03:52:12 UTC (rev 486)
@@ -38,7 +38,7 @@
#ifdef __WXMSW__
#include "WindowsPlayer.h"
#include "WindowsAudioInterface.h"
-#else
+#elif __WXGTK__
#include "AudioDriver.h"
#endif
#ifdef DEV_ALSA
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|