summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-18 23:29:45 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-18 23:29:45 +0100
commite6dfbc05158cf643d507e6f7adf6e6cb84572b69 (patch)
treee90045a85096a4d35489a114cfc60051abaee8e9 /wscript
parentfd4a97a14e74cfe2544050e8c3ffe9ce6f3aee7e (diff)
parentf98bd3e7601df2f52a7f4b622757472f41b004e7 (diff)
Merge branch 'master' into staging
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 10c06a74d..5b0babd90 100644
--- a/wscript
+++ b/wscript
@@ -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)