diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-03 21:25:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-03 21:25:04 +0100 |
| commit | 3781be4da4601176d7bb954f9cc65621d75e7344 (patch) | |
| tree | 60c192f68263b7b8f3e401cfbc7d628061ab27bf /wscript | |
| parent | 5b95caee1e25a2daa7c0e872dffdb9634bddd314 (diff) | |
| parent | 3750513dd20e5b3db14a825fb566f15fb434f85d (diff) | |
Merge.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.54pre' +VERSION = '0.55pre' def options(opt): opt.load('compiler_cxx') @@ -20,7 +20,6 @@ def configure(conf): conf.load('winres') conf.env.append_value('CXXFLAGS', ['-D__STDC_CONSTANT_MACROS', '-msse', '-mfpmath=sse', '-ffast-math', '-fno-strict-aliasing', '-Wall', '-Wno-attributes']) - conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_VERSION="%s"' % VERSION]) # Turn off player for now conf.options.disable_player = True |
