diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-18 23:29:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-18 23:29:45 +0100 |
| commit | e6dfbc05158cf643d507e6f7adf6e6cb84572b69 (patch) | |
| tree | e90045a85096a4d35489a114cfc60051abaee8e9 /wscript | |
| parent | fd4a97a14e74cfe2544050e8c3ffe9ce6f3aee7e (diff) | |
| parent | f98bd3e7601df2f52a7f4b622757472f41b004e7 (diff) | |
Merge branch 'master' into staging
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ def configure(conf): conf.env.append_value('CXXFLAGS', '-O2') if not conf.options.static: - conf.check_cfg(package = 'libdcp', atleast_version = '0.41', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True) + conf.check_cfg(package = 'libdcp', atleast_version = '0.45', 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) |
