Updated mpg123 binary to v1.13.1, compiled with GCC 4.5.2.

This commit is contained in:
LoRd_MuldeR 2011-01-25 23:14:42 +01:00
parent a0e26e1c08
commit 325060067b
3 changed files with 8 additions and 1 deletions

Binary file not shown.

View 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
/*

View File

@ -273,6 +273,13 @@ void AboutDialog::showMoreAbout(void)
"http://flac.sourceforge.net/"
);
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?.??",