From: lordmulder Date: Mon, 28 Feb 2011 21:35:47 +0000 (+0100) Subject: Updated LAME binary to v3.99 Alpha-14 (2011-02-28), compiled with ICL 12.0.2. X-Git-Tag: Release_401~57 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=15282c6591c882b50cf4bf8917613edc5a4a5f8c;p=lamexp%2FLameXP.git Updated LAME binary to v3.99 Alpha-14 (2011-02-28), compiled with ICL 12.0.2. --- diff --git a/doc/Changelog.html b/doc/Changelog.html index b9f8df10..496fe42d 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -10,7 +10,7 @@ Changes between v4.00 and v4.01:

diff --git a/res/tools/lame.exe b/res/tools/lame.exe index 26abe136..17e675b9 100644 Binary files a/res/tools/lame.exe and b/res/tools/lame.exe differ diff --git a/src/Config.h b/src/Config.h index ebf32826..17b7ae24 100644 --- a/src/Config.h +++ b/src/Config.h @@ -25,7 +25,7 @@ #define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_LO 1 -#define VER_LAMEXP_BUILD 344 +#define VER_LAMEXP_BUILD 345 #define VER_LAMEXP_SUFFIX Beta-4 /* diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp index 35a58aee..2a65155d 100644 --- a/src/Thread_Initialization.cpp +++ b/src/Thread_Initialization.cpp @@ -53,7 +53,7 @@ g_lamexp_tools[] = {"d33cd86f04bd4067e244d2804466583c7b90a4e2", "flac.exe", 121}, {"9328a50e89b54ec065637496d9681a7e3eebf915", "gpgv.exe", 1411}, {"d837bf6ee4dab557d8b02d46c75a24e58980fffa", "gpgv.gpg", UINT_MAX}, - {"32992eb22089f4639f0d326acac50e1871f3f086", "lame.exe", 39912}, + {"62e301a56be4b56fc053710042d58992f25b1773", "lame.exe", 39914}, {"a4e929cfaa42fa2e61a3d0c6434c77a06d45aef3", "mac.exe", 406}, {"ec235c6404caa31e7975e9bbf9ba59599258ae1d", "mediainfo_i386.exe", 741}, {"72d7efdcafc2dee3b534f27ab6e01916d02ba470", "mediainfo_x64.exe", 741}, @@ -138,7 +138,7 @@ void InitializationThread::run() } catch(char *errorMsg) { - qFatal("At least one required tool could not be extracted:\n%s", errorMsg); + qFatal("At least one of the required tools could not be extracted:\n%s", errorMsg); return; } }