Hoepfully fix end trimming, and fix noise on end of audio when resampling.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 46f2a6815ecdb388d1eee2ee560f9433fd3dee3b..10be7109effd23572cc249239e81a1905fb2ed2b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -37,6 +37,7 @@ def configure(conf):
         conf.env.append_value('CXXFLAGS', '-DDVDOMATIC_POSIX')
         boost_lib_suffix = ''
         boost_thread = 'boost_thread'
+        conf.env.append_value('LINKFLAGS', '-pthread')
 
     conf.env.TARGET_WINDOWS = conf.options.target_windows
     conf.env.DISABLE_GUI = conf.options.disable_gui