summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-13 11:22:16 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-13 11:22:16 +0100
commit842664b841683949bc7c6a84b4adde812d6e150e (patch)
treeb0ef877b04838c21bfb3ae2f08ab8467a4c184bc /wscript
parentc719feb3cc4a5627827f8576a9b34756f701d59d (diff)
Try to fix missed static library.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 9be9d1426..7c196e954 100644
--- 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)