From 078537def975e7745c385fab7a09d45fe4f4db87 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 4 Dec 2015 23:39:20 +0000 Subject: Don't need to explicitly link to OpenJPEG. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 8c02c5500..9e5cae967 100644 --- a/cscript +++ b/cscript @@ -289,7 +289,7 @@ def configure_options(target): if target.platform == 'windows': opt += ' --target-windows' elif target.platform == 'linux': - opt += ' --static-dcpomatic --static-openjpeg --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml' + opt += ' --static-dcpomatic --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml' if target.distro == 'centos': opt += ' --static-xmlsec --static-ssh --disable-tests' if target.version == '6.5': -- cgit v1.2.3