From: lordmulder Date: Tue, 10 Apr 2012 01:52:03 +0000 (+0200) Subject: Updated MediaInfo binary to v0.7.56 (2012-04-08), compiled with ICL 12.1.7 and MSVC... X-Git-Tag: Release_404~26 X-Git-Url: http://git.osdn.net/view?p=lamexp%2FLameXP.git;a=commitdiff_plain;h=6fa4e9e21d5cbcff780788e8fa5dc1c1ce5b452d Updated MediaInfo binary to v0.7.56 (2012-04-08), compiled with ICL 12.1.7 and MSVC 10.0. --- diff --git a/doc/Changelog.html b/doc/Changelog.html index a493a643..feb05b97 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -24,7 +24,7 @@ a:visited { color: #0000EE; }
  • Added a button to modify the current output folder path in an edit box
  • Updated Qt runtime libraries to v4.8.0 (2011-12-15), compiled with MSVC 10.0
  • Updated LAME encoder to v3.99.5 Final (2012-02-28), compiled with ICL 12.1.7 and MSVC 10.0 (details) -
  • Updated MediaInfo to v0.7.55 (2012-04-05), compiled with ICL 12.1.7 and MSVC 10.0 +
  • Updated MediaInfo to v0.7.56 (2012-04-08), compiled with ICL 12.1.7 and MSVC 10.0
  • Updated SoX to to v14.4.0 (2012-03-04), compiled with ICL 12.1.7 and MSVC 10.0
  • Updated mpg123 decoder to v1.13.6 (2011-03-11), compiled with GCC 4.6.1
  • Updated Monkey's Audio binary to v4.11 (2011-04-20) diff --git a/res/tools/mediainfo.i386.exe b/res/tools/mediainfo.i386.exe index 3236d55b..4d89b657 100644 Binary files a/res/tools/mediainfo.i386.exe and b/res/tools/mediainfo.i386.exe differ diff --git a/res/tools/mediainfo.x64.exe b/res/tools/mediainfo.x64.exe index 0104a8e9..a19eae50 100644 Binary files a/res/tools/mediainfo.x64.exe and b/res/tools/mediainfo.x64.exe differ diff --git a/src/Config.h b/src/Config.h index 7a71d6ae..942b8fc7 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 4 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 14 -#define VER_LAMEXP_BUILD 965 +#define VER_LAMEXP_BUILD 966 /////////////////////////////////////////////////////////////////////////////// // Tool versions (minimum expected versions!) diff --git a/src/Tools.h b/src/Tools.h index 8c41c6b8..a3d26c2b 100644 --- a/src/Tools.h +++ b/src/Tools.h @@ -65,8 +65,8 @@ g_lamexp_tools[] = {"3fd15a6b5b0120794650f1dcd0c35f147cc21576e78f17425288bfacbad0b14696186739", CPU_TYPE_ALL_GEN, "lame.i386.exe", 3995}, {"069a79d843939a65d8578f51b6acd09de95d44362c6a9c74e92a6e73ba40aea07916f7c4", CPU_TYPE_ALL_SSE, "lame.sse2.exe", 3995}, {"d4d806fc3d0a36ef357ea43b870c7e46de9c18be9920f451314d72d02ba0fe4f7c867d9c", CPU_TYPE_ALL_ALL, "mac.exe", 411}, - {"99d7dcb6e89679475d7c706c351af4c5646fa6a9d25ec131f57edeefa702a076f77c6f36", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 755}, - {"12ac3b9192aceec26377055a05d8092d8d4d17d41d0c1c515d91d3a75377b6a8de9d8f29", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 755}, + {"f5c7b1faa52a0b9cf5a1b5ce1a74ad658ecc17a265731c28da1636311ee9a178b3901e05", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 756}, + {"c19a00a788f87a1cac37813c832a2f0365c8ad703bc322dd48bfad0cb2dfd6056d3b99fc", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 756}, {"ed49bfeb5113e8eca4f2f5c5c9359f6edeecf457cff8511178902c7d792380eaa578d9bc", CPU_TYPE_ALL_ALL, "mpcdec.exe", 475}, {"92270272726faa229c48b12e3b45b7fa8083c720cf18997254cf0154935902ab5b76a7d3", CPU_TYPE_ALL_ALL, "mpg123.exe", 1136}, {"0c781805dda931c529bd16069215f616a7a4c5e5c2dfb6b75fe85d52b20511830693e528", CPU_TYPE_ALL_ALL, "oggdec.exe", UINT_MAX},