summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)