summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSean McGovern <gseanmcg@gmail.com>2012-06-11 18:22:31 -0400
committerDiego Biurrun <diego@biurrun.de>2012-06-13 10:59:22 +0200
commit8772997d102024b23fc820e3e5d9b96b4d309092 (patch)
tree8b7918bcf38c9d575ba5ccc5237a64ae7b917c6b /configure
parent053386864219eccbcca1886c55f902f9555428a5 (diff)
jack: update to new latency range API as the old one has been deprecated
Fixes Bugzilla #279. Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index fbb71b6e16..5f9eed3cad 100755
--- a/configure
+++ b/configure
@@ -1087,6 +1087,7 @@ HAVE_LIST="
inet_aton
inline_asm
isatty
+ jack_port_get_latency_range
ldbrx
libdc1394_1
libdc1394_2
@@ -2982,7 +2983,8 @@ check_header soundcard.h
enabled_any alsa_indev alsa_outdev && check_lib2 alsa/asoundlib.h snd_pcm_htimestamp -lasound
-enabled jack_indev && check_lib2 jack/jack.h jack_client_open -ljack
+enabled jack_indev && check_lib2 jack/jack.h jack_client_open -ljack &&
+ check_func jack_port_get_latency_range -ljack
enabled_any sndio_indev sndio_outdev && check_lib2 sndio.h sio_open -lsndio