diff --git a/LameXP_VS2010.vcxproj b/LameXP_VS2010.vcxproj index 86d1641a..ceed4a91 100644 --- a/LameXP_VS2010.vcxproj +++ b/LameXP_VS2010.vcxproj @@ -331,6 +331,12 @@ del "$(TargetDir)imageformats\q???d4.dll" "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)" MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp" $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs) + "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)" + "$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_%(Filename).cpp" "%(FullPath)" + MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp" + MOC "$(SolutionDir)tmp\MOC_%(Filename).cpp" + $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs) + $(SolutionDir)tmp\MOC_%(Filename).cpp;%(Outputs) diff --git a/doc/Changelog.html b/doc/Changelog.html index f885eb52..197d4378 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -23,6 +23,7 @@ a:visited { color: #0000EE; }
  • Added a method to use custom tools instead of the "built-in" ones (see FAQ doc for details)
  • Updated Qt runtime libraries to v4.7.3
  • Updated LAME encoder to v3.99.1.0 (2011-04-15), compiled with ICL 12.0.3 and MSVC 10.0 (details) +
  • Updated Vorbis encoder to v2.87 using aoTuV Beta-6.03 (2011-05-04), compiled with ICL 11.1 and MSVC 9.0
  • Updated mpg123 decoder to v1.13.3 (2011-04-21), compiled with GCC 4.6.0
  • Updated MediaInfo to v0.7.45 Beta (2011-05-02), compiled with ICL 12.0.3 and MSVC 10.0
  • Updated language files (big thank-you to all contributors !!!) diff --git a/res/tools/oggenc2.i386.exe b/res/tools/oggenc2.i386.exe index 26318622..19f65db8 100644 Binary files a/res/tools/oggenc2.i386.exe and b/res/tools/oggenc2.i386.exe differ diff --git a/res/tools/oggenc2.sse2.exe b/res/tools/oggenc2.sse2.exe index 63fc5830..0113eaa2 100644 Binary files a/res/tools/oggenc2.sse2.exe and b/res/tools/oggenc2.sse2.exe differ diff --git a/res/tools/oggenc2.x64.exe b/res/tools/oggenc2.x64.exe index d34a845b..9cd45de6 100644 Binary files a/res/tools/oggenc2.x64.exe and b/res/tools/oggenc2.x64.exe differ diff --git a/src/Config.h b/src/Config.h index 991e571f..ae818b15 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 2 #define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 10 -#define VER_LAMEXP_BUILD 482 +#define VER_LAMEXP_BUILD 483 /////////////////////////////////////////////////////////////////////////////// // Tools versions diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp index 78ad59f1..12b7bddb 100644 --- a/src/Thread_Initialization.cpp +++ b/src/Thread_Initialization.cpp @@ -68,9 +68,9 @@ g_lamexp_tools[] = {"aa89763a5ba4d1a5986549b9ee53e005c51940c1", CPU_TYPE_ALL, "mpcdec.exe", 435}, {"c327400fcee268f581d8c03e2a5cbbe8031abb6f", CPU_TYPE_ALL, "mpg123.exe", 1133}, {"8dd7138714c3bcb39f5a3213413addba13d06f1e", CPU_TYPE_ALL, "oggdec.exe", UINT_MAX}, - {"14a99d3b1f0b166dbd68db45196da871e58e14ec", CPU_TYPE_X86, "oggenc2.i386.exe", 287602}, - {"36f8d93ef3df6a420a73a9b5cf02dafdaf4321f0", CPU_TYPE_SSE, "oggenc2.sse2.exe", 287602}, - {"87ad1af73e9b9db3da3db645e5c2253cb0c2a2ea", CPU_TYPE_X64, "oggenc2.x64.exe", 287602}, + {"97fed9ab0657baa36b6c7764461d66318654dbe6", CPU_TYPE_X86, "oggenc2.i386.exe", 287603}, + {"e6dc1f31ce822588fa9cf52a341cebffd526546c", CPU_TYPE_SSE, "oggenc2.sse2.exe", 287603}, + {"79aa9da24b2a0728cdf0a6927be316b864595b83", CPU_TYPE_X64, "oggenc2.x64.exe", 287603}, {"0d9035bb62bdf46a2785261f8be5a4a0972abd15", CPU_TYPE_ALL, "shorten.exe", 361}, {"50ead3b852cbfc067a402e6c2d0d0d8879663dec", CPU_TYPE_ALL, "sox.exe", 1432}, {"8671e16497a2d217d3707d4aa418678d02b16bcc", CPU_TYPE_ALL, "speexdec.exe", 12},