Updated mpg123 binary to v1.13.1, compiled with GCC 4.5.2.
This commit is contained in:
parent
a0e26e1c08
commit
325060067b
Binary file not shown.
@ -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
|
||||
|
||||
/*
|
||||
|
@ -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?.??",
|
||||
|
Loading…
Reference in New Issue
Block a user