diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-06 21:39:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-06 21:39:15 +0100 |
| commit | 10c5866265db6830a67748ea3e5567ceef94951b (patch) | |
| tree | f7becf1800723ffdad75fe40cc58bdaed8b3baf8 /wscript | |
| parent | 71266e2361c255785c1b70e9d030c3156519c781 (diff) | |
| parent | 0dde88a4b531cd3a3020d0a9a1849b4114c13939 (diff) | |
Merge branch 'master' of ssh://192.168.1.201/home/carl/git/dvdomatic
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.94beta1' +VERSION = '0.96pre' def options(opt): opt.load('compiler_cxx') @@ -61,7 +61,7 @@ def configure(conf): conf.env.append_value('CXXFLAGS', '-O2') if not conf.options.static: - conf.check_cfg(package = 'libdcp', atleast_version = '0.49', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True) + conf.check_cfg(package = 'libdcp', atleast_version = '0.52', 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) |
