Skip to content

Commit

Permalink
Fix linux build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Feb 5, 2024
1 parent d1c0cf4 commit b38b1e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion patches/portaudio19/04_jackbridge-mod-desktop.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand All @@ -41,6 +41,7 @@ index 0000000..facfb53
+# define JACKSYM_API
+#endif
+
+#define __USE_GNU
+#include <dlfcn.h>
+#include <errno.h>
+typedef void* lib_t;
Expand Down

0 comments on commit b38b1e8

Please sign in to comment.