fluidsynth: upgrade 2.2.3 -> 2.2.4

Changes:
* Per-channel ALL_SOUND_OFF when seeking/stopping player (#980, thanks to @albedozero)
* Fix windows related encoding problems (#984, thanks to @tsingakbar)
* Rewind playlist when calling fluid_player_play after all loops are complete (#994, thanks to @albedozero)
* Fix MinGW related static linking issues (#990, thanks to @realnc)

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-12-31 18:29:23 +01:00
committed by Khem Raj
parent a696a0b375
commit bcd3f4d65b
@@ -5,8 +5,8 @@ LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https"
SRCREV = "926581851ed1a095ef5b8659f77b38272d57e624"
SRCREV = "6c807bdd37748411801e93c48fcd5789d5a6a278"
S = "${WORKDIR}/git"
PV = "2.2.3"
PV = "2.2.4"
inherit cmake pkgconfig lib_package