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

Modified Files:
        Tags.cpp 
Log Message:
Forward porting id3v2.3 fix from 1.2 branch.

Index: Tags.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Tags.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Tags.cpp    12 Mar 2007 09:23:08 -0000      1.42
+++ Tags.cpp    29 Apr 2007 05:10:32 -0000      1.43
@@ -541,7 +541,7 @@
       // If this version of libid3tag supports it, use v2.3 ID3
       // tags instead of the newer, but less well supported, v2.4
       // that libid3tag uses by default.
-      #ifdef ID3_TAG_OPTION_ID3V2_3
+      #ifdef ID3_TAG_HAS_TAG_OPTION_ID3V2_3
       tp->options |= ID3_TAG_OPTION_ID3V2_3;
       #endif
 


-------------------------------------------------------------------------
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

Reply via email to