[vlc-devel] [RFC 0/2] replace fluidsynth with fluidlite
Jean-Baptiste Kempf
jb at videolan.org
Mon Jun 13 15:14:23 CEST 2016
A new project named fluidlite is replacing fluidsynth with a minimal code,
no dependencies, and in pure C.
The API is almost equivalent.
It also supports SF3 fonts
Jean-Baptiste Kempf (2):
Contrib: add fluidlite to replace fluidsynth
Detect fluidlite to reimplement fluidsynth
configure.ac | 2 ++
contrib/src/fluidlite/SHA512SUMS | 1 +
contrib/src/fluidlite/fluidlite.pc | 10 ++++++++
contrib/src/fluidlite/no-oggvorbis.patch | 43 ++++++++++++++++++++++++++++++++
contrib/src/fluidlite/rules.mak | 26 +++++++++++++++++++
modules/codec/fluidsynth.c | 4 +++
6 files changed, 86 insertions(+)
create mode 100644 contrib/src/fluidlite/SHA512SUMS
create mode 100644 contrib/src/fluidlite/fluidlite.pc
create mode 100644 contrib/src/fluidlite/no-oggvorbis.patch
create mode 100644 contrib/src/fluidlite/rules.mak
--
2.8.1.369.geae769a
More information about the vlc-devel
mailing list