jack: upgrade 1.19.18 -> 1.19.19

Changes:

* Add jack_position_t::tick_double, and flags around it
* Add zalsa "-w" argument to wait for soundcard to be available
* Bump internal protocol version to 9 (due to struct alignment)
* Fix alignment of fields for atomic accesses
* Fix build for platforms needing __STDC_FORMAT_MACROS
* Fix compilation of documentation

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller 2021-07-20 08:14:04 +02:00 committed by Khem Raj
parent 74fe5f9d4e
commit 3d198001a2

View File

@ -17,7 +17,7 @@ DEPENDS = "libsamplerate0 libsndfile1 readline"
SRC_URI = "git://github.com/jackaudio/jack2.git \
file://0001-example-clients-Use-c-compiler-for-jack_simdtests.patch \
"
SRCREV = "5041ab0fe7fb719efa5122386d355397289a91f0"
SRCREV = "3e6ca6b734b69e2f5dfb85935068e15006fb5acf"
S = "${WORKDIR}/git"