Prevent viewer updates on timeline drag (#175).
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 9be9d1426345fd6404e6b9a8fabbcfbc66f00411..7c196e9546f1baa31293ab142c31a21fd86b30e6 100644 (file)
--- a/wscript
+++ b/wscript
@@ -118,6 +118,7 @@ def configure(conf):
         conf.env.STLIB_SWSCALE    = ['swscale']
         conf.env.STLIB_POSTPROC   = ['postproc']
         conf.env.STLIB_SWRESAMPLE = ['swresample']
+        conf.env.STLIB_OPENJPEG   = ['openjpeg']
 
     # Dependencies which are always dynamically linked
     conf.check_cfg(package='sndfile', args='--cflags --libs', uselib_store='SNDFILE', mandatory=True)