diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-18 16:23:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-18 16:23:12 +0000 |
| commit | d3ad29218e04a80b6f1fdb6279505405a6718b89 (patch) | |
| tree | 303a8a74e75314dce6447ad44307f3b68bb8c791 | |
| parent | f25d0085d164df1a70b5c6eb2aa699900ef5440f (diff) | |
Bump libdcp version to get fix for stereo DCP intrinsic durations.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | cscript | 2 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2013-12-18 Carl Hetherington <cth@carlh.net> + * Update libdcp version to get fix for 3D IntrinsicDuration. + * Fix progress reporting when making 3D DCPs. * Fix non-update of display when changing video frame type (2D, @@ -115,7 +115,7 @@ def make_control(version, bits, filename): def dependencies(target): return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'), - ('libdcp', 'v0.85')) + ('libdcp', 'v0.87')) def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() @@ -88,7 +88,7 @@ def configure(conf): # Dependencies which are dynamically linked everywhere except --static # Get libs only when we are dynamically linking - conf.check_cfg(package='libdcp', atleast_version='0.85', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp', atleast_version='0.87', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) # Remove erroneous escaping of quotes from xmlsec1 defines conf.env.DEFINES_DCP = [f.replace('\\', '') for f in conf.env.DEFINES_DCP] conf.check_cfg(package='libcxml', atleast_version='0.08', args=pkg_config_args(conf), uselib_store='CXML', mandatory=True) |
