X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Faudiographer%2Fwscript;h=7ac9f8f4fa2593332b81e4ccfcc1edd6278574cc;hb=d50df82799665e4bbf7c9d8cf2a7c2af866f0da2;hp=17e7482f3f0b3b0c1ecbd464f6e639c7f3316b1c;hpb=8bc7ff85fb52ef70186efc5be0d3bdbc7f51b5fc;p=ardour.git diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript index 17e7482f3f..7ac9f8f4fa 100644 --- a/libs/audiographer/wscript +++ b/libs/audiographer/wscript @@ -66,6 +66,7 @@ def build(bld): 'src/debug_utils.cc', 'src/general/analyser.cc', 'src/general/broadcast_info.cc', + 'src/general/loudness_reader.cc', 'src/general/normalizer.cc' ] if bld.is_defined('HAVE_SAMPLERATE'): @@ -85,7 +86,7 @@ def build(bld): audiographer.target = 'audiographer' audiographer.export_includes = ['.', './src'] audiographer.includes = ['.', './src','../ardour','../timecode','../evoral'] - audiographer.uselib = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE FFTW3F VAMPSDK VAMPHOSTSDK' + audiographer.uselib = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE FFTW3F VAMPSDK VAMPHOSTSDK XML' audiographer.use = 'libpbd' audiographer.vnum = AUDIOGRAPHER_LIB_VERSION audiographer.install_path = bld.env['LIBDIR']