summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-02-03 20:42:47 +0100
committerRobin Gareus <robin@gareus.org>2016-02-22 22:06:47 +0100
commit7d7f63363b13c06cd02e0f810523d897921e660a (patch)
treebd97ad9cbaa4b1342ea833dcf41e3e67991624f4 /libs/ardour/wscript
parent4303fbfc0532cc6253d7b36c2dd1162f79d15e98 (diff)
basic DSP lib (for lua bindings)
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 22aeb21dfa..844df2ed21 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -65,6 +65,7 @@ libardour_sources = [
'delivery.cc',
'directory_names.cc',
'diskstream.cc',
+ 'dsp_filter.cc',
'ebur128_analysis.cc',
'element_import_handler.cc',
'element_importer.cc',