Browse Source

Make sure jack linux support enabled in portaudio

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 1 year ago
parent
commit
7105dc52ab
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 14 additions and 1 deletions
  1. +1
    -1
      bootstrap-jack2.sh
  2. +13
    -0
      patches/portaudio19/04_jackbridge-mod-app.patch

+ 1
- 1
bootstrap-jack2.sh View File

@@ -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"


+ 13
- 0
patches/portaudio19/04_jackbridge-mod-app.patch View File

@@ -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

Loading…
Cancel
Save