X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Faudiographer%2Fwscript;h=7ac9f8f4fa2593332b81e4ccfcc1edd6278574cc;hb=8fff1f290a5d3f457b734721a7afc63d5f8b3205;hp=e70f1234a907b422895f7f4d282ccb6aa56e0444;hpb=6c8a062be9a0e34ee0f60ad16499827b5fdaa627;p=ardour.git diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript index e70f1234a9..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' + 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'] @@ -124,7 +125,7 @@ def build(bld): ''' obj.use = 'libaudiographer' - obj.uselib = 'CPPUNIT GLIBMM' + obj.uselib = 'CPPUNIT GLIBMM SAMPLERATE SNDFILE FFTW3F VAMPSDK VAMPHOSTSDK' obj.target = 'run-tests' obj.install_path = ''