mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Update zstd to 1.5.7
This commit is contained in:
parent
f284849fce
commit
4f3f155bbf
2 changed files with 20 additions and 1 deletions
2
3rdparty/zstd/zstd
vendored
2
3rdparty/zstd/zstd
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 97291fc5020a8994019ab76cf0cda83a9824374c
|
Subproject commit f8745da6ff1ad1e7bab384bd1f9d742439278e99
|
19
3rdparty/zstd/zstd.vcxproj
vendored
19
3rdparty/zstd/zstd.vcxproj
vendored
|
@ -58,6 +58,7 @@
|
||||||
<ClCompile Include=".\zstd\programs\lorem.c" />
|
<ClCompile Include=".\zstd\programs\lorem.c" />
|
||||||
<ClCompile Include=".\zstd\programs\zstdcli.c" />
|
<ClCompile Include=".\zstd\programs\zstdcli.c" />
|
||||||
<ClCompile Include=".\zstd\programs\zstdcli_trace.c" />
|
<ClCompile Include=".\zstd\programs\zstdcli_trace.c" />
|
||||||
|
<ClCompile Include="zstd\lib\compress\zstd_preSplit.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include=".\zstd\lib\common\pool.h" />
|
<ClInclude Include=".\zstd\lib\common\pool.h" />
|
||||||
|
@ -97,6 +98,24 @@
|
||||||
<ClInclude Include=".\zstd\programs\fileio.h" />
|
<ClInclude Include=".\zstd\programs\fileio.h" />
|
||||||
<ClInclude Include=".\zstd\programs\platform.h" />
|
<ClInclude Include=".\zstd\programs\platform.h" />
|
||||||
<ClInclude Include=".\zstd\programs\util.h" />
|
<ClInclude Include=".\zstd\programs\util.h" />
|
||||||
|
<ClInclude Include="zstd\lib\common\allocations.h" />
|
||||||
|
<ClInclude Include="zstd\lib\common\bits.h" />
|
||||||
|
<ClInclude Include="zstd\lib\common\bitstream.h" />
|
||||||
|
<ClInclude Include="zstd\lib\common\compiler.h" />
|
||||||
|
<ClInclude Include="zstd\lib\common\cpu.h" />
|
||||||
|
<ClInclude Include="zstd\lib\common\debug.h" />
|
||||||
|
<ClInclude Include="zstd\lib\common\error_private.h" />
|
||||||
|
<ClInclude Include="zstd\lib\common\mem.h" />
|
||||||
|
<ClInclude Include="zstd\lib\common\portability_macros.h" />
|
||||||
|
<ClInclude Include="zstd\lib\common\zstd_deps.h" />
|
||||||
|
<ClInclude Include="zstd\lib\common\zstd_trace.h" />
|
||||||
|
<ClInclude Include="zstd\lib\compress\clevels.h" />
|
||||||
|
<ClInclude Include="zstd\lib\compress\hist.h" />
|
||||||
|
<ClInclude Include="zstd\lib\compress\zstd_compress_internal.h" />
|
||||||
|
<ClInclude Include="zstd\lib\compress\zstd_ldm_geartab.h" />
|
||||||
|
<ClInclude Include="zstd\lib\compress\zstd_preSplit.h" />
|
||||||
|
<ClInclude Include="zstd\lib\decompress\zstd_decompress_block.h" />
|
||||||
|
<ClInclude Include="zstd\lib\decompress\zstd_decompress_internal.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ResourceCompile Include="zstd.rc" />
|
<ResourceCompile Include="zstd.rc" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue