mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix broken build after addition of normalizer.cc
This commit is contained in:
parent
a1a3f6c826
commit
cfc9a1f22e
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ def build(bld):
|
|||
'src/general/sample_format_converter.cc',
|
||||
'src/routines.cc',
|
||||
'src/debug_utils.cc',
|
||||
'src/general/broadcast_info.cc'
|
||||
'src/general/broadcast_info.cc',
|
||||
'src/general/normalizer.cc'
|
||||
]
|
||||
if bld.is_defined('HAVE_SAMPLERATE'):
|
||||
audiographer_sources += [ 'src/general/sr_converter.cc' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue