This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
rtaudio
mirror of
https://github.com/falkTX/rtaudio
Watch
1
Star
0
Fork
0
Code
Releases
27
Activity
Browse Source
Add jack to pkg-config requires.
tags/5.1.0
Stephen Sinclair
8 years ago
parent
a748c36885
commit
e70927f4ee
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
configure.ac
+ 1
- 0
configure.ac
View File
@@ -153,6 +153,7 @@ AS_IF([test "x$with_jack" = "xyes"], [
AC_MSG_RESULT([using JACK])
AC_CHECK_LIB(jack, jack_client_open, , AC_MSG_ERROR([JACK support requires the jack library!]))
api="$api -D__UNIX_JACK__"
req="$req jack"
])
Write
Preview
Loading…
Cancel
Save