Update of /cvsroot/audacity/audacity-src/src/import
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv5983/src/import

Modified Files:
        ImportFLAC.cpp 
Log Message:
Fix compilation of FLAC importer stub when flac support is disabled


Index: ImportFLAC.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/import/ImportFLAC.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ImportFLAC.cpp      27 May 2007 23:10:57 -0000      1.19
+++ ImportFLAC.cpp      30 Jul 2007 13:55:53 -0000      1.20
@@ -21,6 +21,8 @@
 *//*******************************************************************/
 
 #include <wx/defs.h>
+#include <wx/intl.h>           // needed for _("translated stings") even if we
+                                                       // don't have libflac 
available
 #include "../Audacity.h"
 
 #include "Import.h"
@@ -54,7 +56,6 @@
 
 #include <wx/string.h>
 #include <wx/utils.h>
-#include <wx/intl.h>
 #include <wx/file.h>
 #include <wx/ffile.h>
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to