Skip to content

Commit

Permalink
ci: use the latest dep from devpkgs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Jan 22, 2025
1 parent 6028e3b commit f6dcc6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ci-before-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ if [[ "$EXTERNAL_DEP_CACHE_HIT" != "true" ]]; then
curl -kL -o R3DSDK.7z https://sourceforge.net/projects/mdk-sdk/files/deps/r3d/R3DSDK.7z/download
7z x R3DSDK.7z -oexternal
fi
#if [[ "$TARGET_OS" == "win"* || "$TARGET_OS" == "uwp"* || "$TARGET_OS" == macOS || "$TARGET_OS" == "linux" ]]; then
curl -kL -o dep.7z https://sourceforge.net/projects/mdk-sdk/files/deps/dep.7z/download
7z x dep.7z
cp -af dep/* external/
#fi
fi

curl -kL -o libmdk-dep.zip https://nightly.link/wang-bin/devpkgs/workflows/build/main/libmdk-dep.zip
7z x libmdk-dep.zip
7z x dep.7z
cp -af dep/* external/

if [[ "$SYSROOT_CACHE_HIT" != "true" ]]; then
if [[ "$TARGET_OS" == "win"* || "$TARGET_OS" == "uwp"* ]]; then
wget https://sourceforge.net/projects/avbuild/files/dep/msvcrt-dev.7z/download -O msvcrt-dev.7z
Expand Down
2 changes: 1 addition & 1 deletion nuget/mdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>C/C++ Multimedia Development Kit</description>
<summary>Cross platform multimedia development kit in C/C++</summary>
<releaseNotes>https://github.com/wang-bin/mdk-sdk/releases</releaseNotes>
<copyright>Copyright 2024</copyright>
<copyright>Copyright 2025</copyright>
<tags>Multimedia MediaPlayer VideoPlayer Video Player Playback HDR DolbyVision FFmpeg CrossPlatform UWP WOA WinUI3 OpenGL Vulkan D3D11 D3D12 BRAW Hap R3D DCP</tags>
<readme>README.md</readme>
</metadata>
Expand Down

0 comments on commit f6dcc6c

Please sign in to comment.