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

Modified Files:
      Tag: AUDACITY_1_2
        ExportMP3.cpp 
Log Message:
Not sure why it was __i686, but when I build, it is __386???  Dominic???


Index: ExportMP3.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportMP3.cpp,v
retrieving revision 1.29.2.3
retrieving revision 1.29.2.4
diff -u -d -r1.29.2.3 -r1.29.2.4
--- ExportMP3.cpp       29 Nov 2006 05:07:43 -0000      1.29.2.3
+++ ExportMP3.cpp       21 Feb 2007 05:58:58 -0000      1.29.2.4
@@ -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 */
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to