Updated MediaInfo binaries to v24.06 (2024-06-27).
This commit is contained in:
parent
5f94c03229
commit
4e87987fe9
7
Binaries_x64.qrc
Normal file
7
Binaries_x64.qrc
Normal file
@ -0,0 +1,7 @@
|
||||
<!DOCTYPE RCC>
|
||||
<RCC version="1.0">
|
||||
<qresource>
|
||||
<file>res/bin/MediaInfo.x64-sse2.exe</file>
|
||||
<file>res/bin/MediaInfo.x64-avx2.exe</file>
|
||||
</qresource>
|
||||
</RCC>
|
7
Binaries_x86.qrc
Normal file
7
Binaries_x86.qrc
Normal file
@ -0,0 +1,7 @@
|
||||
<!DOCTYPE RCC>
|
||||
<RCC version="1.0">
|
||||
<qresource>
|
||||
<file>res/bin/MediaInfo.x86-i686.exe</file>
|
||||
<file>res/bin/MediaInfo.x86-sse2.exe</file>
|
||||
</qresource>
|
||||
</RCC>
|
@ -16,9 +16,5 @@
|
||||
<file>res/ico_shellext.png</file>
|
||||
<file>res/loading.png</file>
|
||||
<file>res/logo.png</file>
|
||||
<file>res/bin/MediaInfo.x86-i686.exe</file>
|
||||
<file>res/bin/MediaInfo.x86-sse2.exe</file>
|
||||
<file>res/bin/MediaInfo.x64-sse2.exe</file>
|
||||
<file>res/bin/MediaInfo.x64-avx2.exe</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -143,6 +143,8 @@
|
||||
<ClCompile Include="src\ShellExtension.cpp" />
|
||||
<ClCompile Include="tmp\MediaInfoXP\MOC_IPC.cpp" />
|
||||
<ClCompile Include="tmp\MediaInfoXP\MOC_MainWindow.cpp" />
|
||||
<ClCompile Include="tmp\MediaInfoXP\QRC_Binaries_x64.cpp" />
|
||||
<ClCompile Include="tmp\MediaInfoXP\QRC_Binaries_x86.cpp" />
|
||||
<ClCompile Include="tmp\MediaInfoXP\QRC_MediaInfoXP.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@ -184,6 +186,26 @@
|
||||
<Project>{55405fe1-149f-434c-9d72-4b64348d2a08}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="Binaries_x64.qrc">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"</Command>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"</Message>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"</Message>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="Binaries_x86.qrc">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"</Command>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"</Message>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"</Message>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)</Outputs>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
@ -36,6 +36,12 @@
|
||||
<CustomBuild Include="MediaInfoXP.qrc">
|
||||
<Filter>Resources</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="Binaries_x86.qrc">
|
||||
<Filter>Resources</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="Binaries_x64.qrc">
|
||||
<Filter>Resources</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\Main.cpp">
|
||||
@ -62,6 +68,12 @@
|
||||
<ClCompile Include="src\Config.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="tmp\MediaInfoXP\QRC_Binaries_x86.cpp">
|
||||
<Filter>Source Files\Generated</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="tmp\MediaInfoXP\QRC_Binaries_x64.cpp">
|
||||
<Filter>Source Files\Generated</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="src\Config.h">
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -40,10 +40,10 @@ MIXP_CONF_DEFINE(unsigned int, mixp_mediaInfoVerMinor, 11)
|
||||
MIXP_CONF_DEFINE(unsigned int, mixp_mediaInfoVerPatch, 0)
|
||||
|
||||
//MediaInfo Checksum
|
||||
MIXP_CONF_DEFINE(char*, mixp_checksum_x86_i686, "ccfabcf0b55819a34d2ae33b4a3e578523c99314cc3a36909d5d145de3c3c6deb3e1d225bb2ed147566305fd194c1107b8588c6d5314f88efeb11c6ceefc987b")
|
||||
MIXP_CONF_DEFINE(char*, mixp_checksum_x86_sse2, "a20c1ce741a3920dfafcb50009bc29bcb5850669d11e691a7aca244ef44def4f4563a4da4db3137c02467b204eeb72e89587591e78a95616a832e67c50d2cd11")
|
||||
MIXP_CONF_DEFINE(char*, mixp_checksum_x64_sse2, "a2ec2e4268c8f5a95115149e552e06dd1ca7370ab8d252ed00b76b336698c97e454c32ecca62e0976b96306de435a074fa88cdfcd75bc9e97bf9c78ce99408f8")
|
||||
MIXP_CONF_DEFINE(char*, mixp_checksum_x64_avx2, "e8dd8823fb95774cb240d21566d913017914ebacdb117931f5a41492e2530ae5622f1009eac4a0291400ef2e453c4d05e883f6dbef5461981be21246e815a3e5")
|
||||
MIXP_CONF_DEFINE(char*, mixp_checksum_x86_i686, "39620b62dede4834f93bfa0ef6d39473c2d8b0632e176ce42f25bd6e5cfed32867a3c47026a05c7610af3da9839044dd1740534636b28aaf8d8966f8384ce3b9")
|
||||
MIXP_CONF_DEFINE(char*, mixp_checksum_x86_sse2, "bc3283aeb07255d5465594fe149d61af4b07dbca85a844454a06340dcc3292eeef502a3641c3e299209144fa60a180fed40c79d4dc904ec8f6349d2f4140de95")
|
||||
MIXP_CONF_DEFINE(char*, mixp_checksum_x64_sse2, "69d4208d7125505e35472773facfb64b138f7d9595e4c2338dda9f420697661c8271e7ef449eeeeaf8134b06fab9452760887577fbb2b387af49e44fe928fc98")
|
||||
MIXP_CONF_DEFINE(char*, mixp_checksum_x64_avx2, "75c0fd7d3fe9223a9ccf26c74ccae144c62b29c3e2ac0023655b22cc0f2196e22af9d27c005fb7c29573e527c36f0126faea666e0b995bf6e10a019e6aabc61f")
|
||||
|
||||
//Build date
|
||||
MIXP_CONF_DEFINE(char*, mixp_buildDate, __DATE__)
|
||||
|
@ -23,5 +23,5 @@
|
||||
|
||||
#define MIXP_VERSION_MAJOR 2
|
||||
#define MIXP_VERSION_MINOR_HI 4
|
||||
#define MIXP_VERSION_MINOR_LO 6
|
||||
#define MIXP_VERSION_MINOR_LO 7
|
||||
#define MIXP_VERSION_PATCH 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user