]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/mmedia/sndesd.cpp
added bakefile to build all demos
[wxWidgets.git] / contrib / src / mmedia / sndesd.cpp
index 74a55b63c2de06f283c9bd3fa05f51a49bd6a887..e3d6860253616410ec1a6267816ee53382ccc1dc 100644 (file)
@@ -20,6 +20,8 @@
     #pragma hdrstop
 #endif
 
+#ifdef HAVE_ESD_H
+
 // --------------------------------------------------------------------------
 // MMedia headers
 // --------------------------------------------------------------------------
@@ -317,3 +319,5 @@ void wxSoundStreamESD::DetectBest(wxSoundFormatPcm *pcm)
     // Finally recopy the new format
     *pcm = best_pcm;
 }
+
+#endif // HAVE_ESD_H