OSDN Git Service

Updated LAME binary to v3.99 Alpha-14 (2011-02-28), compiled with ICL 12.0.2.
authorlordmulder <mulder2@gmx.de>
Mon, 28 Feb 2011 21:35:47 +0000 (22:35 +0100)
committerlordmulder <mulder2@gmx.de>
Mon, 28 Feb 2011 21:35:47 +0000 (22:35 +0100)
doc/Changelog.html
res/tools/lame.exe
src/Config.h
src/Thread_Initialization.cpp

index b9f8df1..496fe42 100644 (file)
@@ -10,7 +10,7 @@
 <a name="4.01">Changes between v4.00 and v4.01:</a><br><ul>
 <li>Added an option to manually specify the number of parallel instances
 <li>Added an option to select a user-defined TEMP directory
-<li>Updated LAME encoder to v3.99.0.12 (2011-02-13), compiled with ICL 12.0.2
+<li>Updated LAME encoder to v3.99.0.14 (2011-02-28), compiled with ICL 12.0.2
 <li>Updated Vorbis encoder to v2.87 using aoTuV Beta-6.02 (2011-02-28), compiled with ICL 11.1 and MSVC 9.0
 <li>Updated language files (big "thank you" to all contributors !!!)
 </ul><br>
index 26abe13..17e675b 100644 (file)
Binary files a/res/tools/lame.exe and b/res/tools/lame.exe differ
index ebf3282..17b7ae2 100644 (file)
@@ -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
 
 /*
index 35a58ae..2a65155 100644 (file)
@@ -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;
                }
        }