Fix LTO when used together with DPF

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-04-15 19:40:27 +02:00
parent 6f22f09d23
commit 6dcb915106
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ enum JackStatus {
JackShmFailure = 0x0200,
JackVersionError = 0x0400,
JackBackendError = 0x0800,
JackClientZombie = 0x1000
JackClientZombie = 0x1000,
JackBridgeNativeFailed = 0x10000
};
enum JackLatencyCallbackMode {