Update of /cvsroot/audacity/audacity-src/src/export
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv17874/export
Modified Files:
Tag: Audacity_UmixIt
ExportMP3.cpp
Log Message:
Branding Panel updates, including merging some of the Thinklabs changes
relevant to UmixIt requests.
Index: ExportMP3.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportMP3.cpp,v
retrieving revision 1.29.2.2.2.1
retrieving revision 1.29.2.2.2.2
diff -u -d -r1.29.2.2.2.1 -r1.29.2.2.2.2
--- ExportMP3.cpp 29 Nov 2006 05:08:32 -0000 1.29.2.2.2.1
+++ ExportMP3.cpp 18 Apr 2007 01:34:54 -0000 1.29.2.2.2.2
@@ -76,7 +76,7 @@
#include "../Tags.h"
#include "../WaveTrack.h"
-#if defined(__WXMAC__) && defined(__i686)
+#if defined(__WXMAC__) && defined(__i386)
#include <dlfcn.h>
#endif
@@ -429,7 +429,7 @@
gMP3Exporter = NULL;
}
-#elif defined(__MACOSX__) && !defined(__i686)
+#elif defined(__MACOSX__) && !defined(__i386)
/*
--------------------------------------------------------------------------*/
@@ -754,7 +754,7 @@
gMP3Exporter = NULL;
}
-#elif defined(__WXMAC__) && defined(__i686)
+#elif defined(__WXMAC__) && defined(__i386)
/* Intel Mac : libmp3lame.dylib
Very similar to the Linux code */
@@ -1010,7 +1010,7 @@
gMP3Exporter = NULL;
}
-#elif defined(__WXMAC__) && !defined(__i686)
+#elif defined(__WXMAC__) && !defined(__i386)
/* Old Mac OS 9 code */
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs