diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-04 23:39:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-04 23:39:20 +0000 |
| commit | 078537def975e7745c385fab7a09d45fe4f4db87 (patch) | |
| tree | 7bbc789ff835aa0241ffb63c1e34044062a8508a /cscript | |
| parent | fca15f0aba492fcb49b00e8d817bbebfe31a6012 (diff) | |
Don't need to explicitly link to OpenJPEG.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |
