Skip to content

Commit

Permalink
Make sure jack linux support enabled in portaudio
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 11, 2023
1 parent 8a8b433 commit 7105dc5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-jack2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ if [ "${LINUX}" -eq 1 ] || [ "${WIN32}" -eq 1 ]; then
remove_file portaudio19 "${PORTAUDIO_VERSION}" "src/hostapi/wasapi/mingw-include/rpcsal.h"
remove_file portaudio19 "${PORTAUDIO_VERSION}" "src/hostapi/wasapi/mingw-include/sal.h"
remove_file portaudio19 "${PORTAUDIO_VERSION}" "src/hostapi/wasapi/mingw-include/structuredquery.h"
build_autoconf portaudio19 "${PORTAUDIO_VERSION}" "${PORTAUDIO_EXTRAFLAGS}"
build_autoconfgen portaudio19 "${PORTAUDIO_VERSION}" "${PORTAUDIO_EXTRAFLAGS}"

if [ "${WIN32}" -eq 1 ]; then
install_file portaudio19 "${PORTAUDIO_VERSION}" "include/pa_asio.h" "include"
Expand Down
13 changes: 13 additions & 0 deletions patches/portaudio19/04_jackbridge-mod-app.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2711,3 +2711,16 @@ index 0000000..eff8cb0
+void jackbridge_set_error_function(void* cb) {}
+
+#endif // JACKBRIDGE_HPP_INCLUDED
diff --git a/configure.in b/configure.in
index f325bb1..178588f 100644
--- a/configure.in
+++ b/configure.in
@@ -134,7 +134,7 @@ if test "x$with_oss" != "xno"; then
fi
have_jack=no
if test "x$with_jack" != "xno"; then
- PKG_CHECK_MODULES(JACK, jack, have_jack=yes, have_jack=no)
+ have_jack=yes
fi


0 comments on commit 7105dc5

Please sign in to comment.