fix broken build after addition of normalizer.cc

This commit is contained in:
Paul Davis 2014-01-14 09:33:02 -05:00
parent a1a3f6c826
commit cfc9a1f22e
1 changed files with 2 additions and 1 deletions

View File

@ -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' ]