OSDN Git Service

Updated mpg123 binary to v1.13.1, compiled with GCC 4.5.2.
authorlordmulder <mulder2@gmx.de>
Tue, 25 Jan 2011 22:14:42 +0000 (23:14 +0100)
committerlordmulder <mulder2@gmx.de>
Tue, 25 Jan 2011 22:14:42 +0000 (23:14 +0100)
res/tools/mpg123.exe
src/Config.h
src/Dialog_About.cpp

index c1d04b1..04f5b1e 100644 (file)
Binary files a/res/tools/mpg123.exe and b/res/tools/mpg123.exe differ
index 8ee23fc..c48f1b6 100644 (file)
@@ -25,7 +25,7 @@
 #define VER_LAMEXP_MAJOR                               4
 #define VER_LAMEXP_MINOR_HI                            0
 #define VER_LAMEXP_MINOR_LO                            0
-#define VER_LAMEXP_BUILD                               260
+#define VER_LAMEXP_BUILD                               264
 #define VER_LAMEXP_SUFFIX                              Beta-1
 
 /*
index 412d0de..28283d1 100644 (file)
@@ -274,6 +274,13 @@ void AboutDialog::showMoreAbout(void)
        );
        moreAboutText += makeToolText
        (
+               tr("mpg123 - Fast Console MPEG Audio Player/Decoder"),
+               "mpg123.exe", "v?.??.?",
+               tr("Released under the terms of the GNU Lesser General Public License."),
+               "http://www.mpg123.de/"
+       );
+       moreAboutText += makeToolText
+       (
                tr("AC3Filter Tools - AC3/DTS Decoder"),
                "valdec.exe", "v?.??",
                tr("Released under the terms of the GNU Lesser General Public License."),