mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Update Fluidsynth to 2.0.1
This commit is contained in:
parent
5b280463ce
commit
abf7905d5f
72 changed files with 26031 additions and 16899 deletions
|
|
@ -5,9 +5,9 @@ import os
|
|||
import sys
|
||||
|
||||
# Version of this package (even if built as a child)
|
||||
MAJOR = '1'
|
||||
MINOR = '1'
|
||||
MICRO = '6'
|
||||
MAJOR = '2'
|
||||
MINOR = '0'
|
||||
MICRO = '1'
|
||||
LIBFLUIDSYNTH_VERSION = "%s.%s.%s" % (MAJOR, MINOR, MICRO)
|
||||
|
||||
# Variables for 'waf dist'
|
||||
|
|
@ -58,7 +58,11 @@ def build(bld):
|
|||
'src/fluid_hash.c',
|
||||
'src/fluid_list.c',
|
||||
'src/fluid_ringbuffer.c',
|
||||
'src/fluid_samplecache.c',
|
||||
'src/fluid_settings.c',
|
||||
'src/fluid_sffile.c',
|
||||
'src/fluid_sfont.c',
|
||||
'src/fluid_synth_monopoly.c',
|
||||
'src/fluid_sys.c'
|
||||
],
|
||||
cflags = [ bld.env['compiler_flags_dict']['pic'], '-fvisibility=hidden' ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue