Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Nov 8, 2024
1 parent 3bbc770 commit 31d859d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/build-mingw64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ _vulkan_loader () {
_vulkan_loader_mark=lib/libvulkan-1.dll.a

_libplacebo () {
[ -d libplacebo ] || $gitclone https://code.videolan.org/videolan/libplacebo.git
[ -d libplacebo ] || $gitclone https://code.videolan.org/kasper93/libplacebo.git -b vk_test
builddir libplacebo
meson setup .. --cross-file "$prefix_dir/crossfile" \
-Ddemos=false -D{opengl,d3d11}=enabled
Expand Down
4 changes: 2 additions & 2 deletions ci/build-win32.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ $projects = @(
},
@{
Path = "$subprojects/libplacebo.wrap"
URL = "https://code.videolan.org/videolan/libplacebo.git"
Revision = "master"
URL = "https://code.videolan.org/kasper93/libplacebo.git"
Revision = "vk_test"
},
@{
Path = "$subprojects/dav1d.wrap"
Expand Down

0 comments on commit 31d859d

Please sign in to comment.