GNOME Bugzilla – Bug 644477
[jack] doesn't build with jack >= 0.120.2
Last modified: 2011-03-11 09:56:19 UTC
jack_port_get_total_latency() is deprecated in favor of jack_port_set_latency_range(). I'll send a patch for this little issue.
Created attachment 183122 [details] [review] jack: fix build against jack 0.120.2 jack_port_get_total_latency() has been deprecated in favor of jack_port_set_latency_range().
I mean jack_port_get_latency_range :)
Created attachment 183123 [details] [review] jack: fix build against jack 0.120.2 jack_port_get_total_latency() has been deprecated in favor of jack_port_get_latency_range().
commit 9544622674c0d0a3147a9b51145159b02eec68e9 Author: Philippe Normand <pnormand@igalia.com> Date: Fri Mar 11 10:29:08 2011 +0100 jack: fix build against jack 0.120.2 jack_port_get_total_latency() has been deprecated in favor of jack_port_get_latency_range(). https://bugzilla.gnome.org/show_bug.cgi?id=644477