diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-12 21:09:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-12 21:09:23 +0000 |
| commit | 61153e191b98a68e0ca6466ed260a632a584b619 (patch) | |
| tree | 9e43533f1a2849529d7f230ac38f356bf46e3b4f /wscript | |
| parent | ae118502865c95f15317716aef8d26641b9e9c3f (diff) | |
Untested support for splitting into multiple reels. Use J2K bandwidth and colour LUT in the J2K path.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ def configure(conf): conf.env.append_value('CXXFLAGS', '-O2') if not conf.options.static: - conf.check_cfg(package = 'libdcp', atleast_version = '0.34', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True) + conf.check_cfg(package = 'libdcp', atleast_version = '0.36', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True) conf.check_cfg(package = 'libavformat', args = '--cflags --libs', uselib_store = 'AVFORMAT', mandatory = True) conf.check_cfg(package = 'libavfilter', args = '--cflags --libs', uselib_store = 'AVFILTER', mandatory = True) conf.check_cfg(package = 'libavcodec', args = '--cflags --libs', uselib_store = 'AVCODEC', mandatory = True) |
