diff options
author | Sean McGovern <gseanmcg@gmail.com> | 2012-06-11 18:22:31 -0400 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-06-13 10:59:22 +0200 |
commit | 8772997d102024b23fc820e3e5d9b96b4d309092 (patch) | |
tree | 8b7918bcf38c9d575ba5ccc5237a64ae7b917c6b /configure | |
parent | 053386864219eccbcca1886c55f902f9555428a5 (diff) | |
download | ffmpeg-8772997d102024b23fc820e3e5d9b96b4d309092.tar.gz |
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-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |