2.1 regression: missing JACK library version check
It seems the new JACK audio output depends on relatively recent client library features. A corresponding check needs to be added to configure.ac
It seems the new JACK audio output depends on relatively recent client library features. A corresponding check needs to be added to configure.ac
changed milestone to %Bugs paradize
added Status::fixed label
changed milestone to %2.1.x maintenance bugs
closed
commit c7991ee6 Author: Tristan Matthews le.businessman@gmail.com Date: Tue Apr 30 02:44:01 2013 -0400
jack: check for jack >= 1.9.7 or jack >= 0.120.1 (fixes [#8493](https://code.videolan.org/videolan/vlc/-/issues/8493))
These are the versions of JACK and JACK2 which introduced the
latency API.
Error out if JACK is not installed and "--enable-jack" was used.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Original author: le.businessman@gmail.com
VideoLAN code repository instance