Try to fix missed static library.
authorCarl Hetherington <cth@carlh.net>
Sat, 13 Jul 2013 10:22:16 +0000 (11:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 Jul 2013 10:22:16 +0000 (11:22 +0100)
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)