Updated MediaInfo binaries to v0.7.42 (2011-03-03), compiled with ICL 12.0.2 and MSVC 9.0.
This commit is contained in:
parent
0e0f63fe0d
commit
3f718caa2d
@ -12,6 +12,7 @@
|
||||
<li>Added an option to select a user-defined TEMP directory
|
||||
<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 MediaInfo to v0.7.42 (2011-03-03), compiled with ICL 12.0.2 and MSVC 9.0
|
||||
<li>Updated language files (big "thank you" to all contributors !!!)
|
||||
</ul><br>
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
@ -25,8 +25,8 @@
|
||||
#define VER_LAMEXP_MAJOR 4
|
||||
#define VER_LAMEXP_MINOR_HI 0
|
||||
#define VER_LAMEXP_MINOR_LO 1
|
||||
#define VER_LAMEXP_BUILD 349
|
||||
#define VER_LAMEXP_SUFFIX Beta-5
|
||||
#define VER_LAMEXP_BUILD 350
|
||||
#define VER_LAMEXP_SUFFIX Beta-6
|
||||
|
||||
/*
|
||||
* Tools versions
|
||||
|
@ -213,7 +213,7 @@ extern "C"
|
||||
{
|
||||
void __declspec(dllexport) __stdcall Test(HWND hwnd, HINSTANCE hinst, LPSTR lpszCmdLine, int nCmdShow)
|
||||
{
|
||||
OutputDebugStringA("Hello cruel world!");
|
||||
MessageBoxA(0, lpszCmdLine, "LameXP v9.0", MB_ICONINFORMATION);
|
||||
OutputDebugStringA(lpszCmdLine);
|
||||
MessageBoxA(0, lpszCmdLine, "LameXP is here!", MB_ICONINFORMATION);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -55,8 +55,8 @@ g_lamexp_tools[] =
|
||||
{"d837bf6ee4dab557d8b02d46c75a24e58980fffa", "gpgv.gpg", UINT_MAX},
|
||||
{"62e301a56be4b56fc053710042d58992f25b1773", "lame.exe", 39914},
|
||||
{"a4e929cfaa42fa2e61a3d0c6434c77a06d45aef3", "mac.exe", 406},
|
||||
{"ec235c6404caa31e7975e9bbf9ba59599258ae1d", "mediainfo_i386.exe", 741},
|
||||
{"72d7efdcafc2dee3b534f27ab6e01916d02ba470", "mediainfo_x64.exe", 741},
|
||||
{"e83cad851d1f0d13057736d9133767960b5ca514", "mediainfo_i386.exe", 742},
|
||||
{"6fb20ea7492fcf984e99957b7a3c5fe4fb06cca2", "mediainfo_x64.exe", 742},
|
||||
{"aa89763a5ba4d1a5986549b9ee53e005c51940c1", "mpcdec.exe", 435},
|
||||
{"38f81efca6c1eeab0b9dc39d06c2ac750267217f", "mpg123.exe", 1132},
|
||||
{"8dd7138714c3bcb39f5a3213413addba13d06f1e", "oggdec.exe", UINT_MAX},
|
||||
|
Loading…
Reference in New Issue
Block a user