Browse Source

Fix linux build

Signed-off-by: falkTX <falktx@falktx.com>
test-github-breakage
falkTX 1 year ago
parent
commit
b38b1e8351
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      patches/portaudio19/04_jackbridge-mod-desktop.patch

+ 2
- 1
patches/portaudio19/04_jackbridge-mod-desktop.patch View File

@@ -16,7 +16,7 @@ new file mode 100644
index 0000000..facfb53
--- /dev/null
+++ b/src/hostapi/jack/JackBridge.c
@@ -0,0 +1,1821 @@
@@ -0,0 +1,1822 @@
+/*
+ * JackBridge for DPF
+ * Copyright (C) 2013-2022 Filipe Coelho <falktx@falktx.com>
@@ -41,6 +41,7 @@ index 0000000..facfb53
+# define JACKSYM_API
+#endif
+
+#define __USE_GNU
+#include <dlfcn.h>
+#include <errno.h>
+typedef void* lib_t;


Loading…
Cancel
Save