mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-16 04:09:07 +00:00
Update zstd to 1.5.7
Some checks are pending
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux-aarch64.sh, clang, rpcs3/rpcs3-ci-jammy-aarch64:1.1, ubuntu-24.04-arm) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux.sh, clang, rpcs3/rpcs3-ci-jammy:1.1, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux.sh, gcc, rpcs3/rpcs3-ci-jammy:1.1, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
Some checks are pending
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux-aarch64.sh, clang, rpcs3/rpcs3-ci-jammy-aarch64:1.1, ubuntu-24.04-arm) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux.sh, clang, rpcs3/rpcs3-ci-jammy:1.1, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux.sh, gcc, rpcs3/rpcs3-ci-jammy:1.1, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
This commit is contained in:
parent
f284849fce
commit
4f3f155bbf
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…
Reference in New Issue
Block a user