Updated LAME binary to v3.99 Alpha-14 (2011-02-28), compiled with ICL 12.0.2.
This commit is contained in:
parent
aa02ad742c
commit
15282c6591
@ -10,7 +10,7 @@
|
|||||||
<a name="4.01">Changes between v4.00 and v4.01:</a><br><ul>
|
<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 manually specify the number of parallel instances
|
||||||
<li>Added an option to select a user-defined TEMP directory
|
<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 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 !!!)
|
<li>Updated language files (big "thank you" to all contributors !!!)
|
||||||
</ul><br>
|
</ul><br>
|
||||||
|
Binary file not shown.
@ -25,7 +25,7 @@
|
|||||||
#define VER_LAMEXP_MAJOR 4
|
#define VER_LAMEXP_MAJOR 4
|
||||||
#define VER_LAMEXP_MINOR_HI 0
|
#define VER_LAMEXP_MINOR_HI 0
|
||||||
#define VER_LAMEXP_MINOR_LO 1
|
#define VER_LAMEXP_MINOR_LO 1
|
||||||
#define VER_LAMEXP_BUILD 344
|
#define VER_LAMEXP_BUILD 345
|
||||||
#define VER_LAMEXP_SUFFIX Beta-4
|
#define VER_LAMEXP_SUFFIX Beta-4
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -53,7 +53,7 @@ g_lamexp_tools[] =
|
|||||||
{"d33cd86f04bd4067e244d2804466583c7b90a4e2", "flac.exe", 121},
|
{"d33cd86f04bd4067e244d2804466583c7b90a4e2", "flac.exe", 121},
|
||||||
{"9328a50e89b54ec065637496d9681a7e3eebf915", "gpgv.exe", 1411},
|
{"9328a50e89b54ec065637496d9681a7e3eebf915", "gpgv.exe", 1411},
|
||||||
{"d837bf6ee4dab557d8b02d46c75a24e58980fffa", "gpgv.gpg", UINT_MAX},
|
{"d837bf6ee4dab557d8b02d46c75a24e58980fffa", "gpgv.gpg", UINT_MAX},
|
||||||
{"32992eb22089f4639f0d326acac50e1871f3f086", "lame.exe", 39912},
|
{"62e301a56be4b56fc053710042d58992f25b1773", "lame.exe", 39914},
|
||||||
{"a4e929cfaa42fa2e61a3d0c6434c77a06d45aef3", "mac.exe", 406},
|
{"a4e929cfaa42fa2e61a3d0c6434c77a06d45aef3", "mac.exe", 406},
|
||||||
{"ec235c6404caa31e7975e9bbf9ba59599258ae1d", "mediainfo_i386.exe", 741},
|
{"ec235c6404caa31e7975e9bbf9ba59599258ae1d", "mediainfo_i386.exe", 741},
|
||||||
{"72d7efdcafc2dee3b534f27ab6e01916d02ba470", "mediainfo_x64.exe", 741},
|
{"72d7efdcafc2dee3b534f27ab6e01916d02ba470", "mediainfo_x64.exe", 741},
|
||||||
@ -138,7 +138,7 @@ void InitializationThread::run()
|
|||||||
}
|
}
|
||||||
catch(char *errorMsg)
|
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;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user