Switch to a CLAP fork to fix Winelib usage

This adds missing calling conventions so calling Windows CLAP functions
doesn't result in undefined behavior and memory errors:
https://github.com/free-audio/clap/issues/153
This commit is contained in:
Robbert van der Helm
2022-08-31 23:16:48 +02:00
parent 1274edf649
commit 7be78a16a3
2 changed files with 14 additions and 3 deletions
+7 -3
View File
@@ -1,7 +1,11 @@
[wrap-git]
url = https://github.com/free-audio/clap.git
# This is tag 1.1.1
revision = af1e05ce6487151c6b36003fdb47566dbb50194e
# url = https://github.com/free-audio/clap.git
# # This is tag 1.1.1
# revision = af1e05ce6487151c6b36003fdb47566dbb50194e
# FIXME: This is a fork that adds calling convention, as it's not possible to
# use CLAP with Winelib bridging otherwise
url = https://github.com/robbert-vdh/clap.git
revision = feature/calling-conventions
depth = 1
patch_directory = clap