mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 21:15:51 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user