diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-02 22:08:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-02 22:08:41 +0100 |
| commit | 2f9e6bc1478d28f1b040ada6c901e6683ff7ac64 (patch) | |
| tree | c504ed8ff8e8741142e8e2fce45fabe8df3d36e6 /wscript | |
| parent | 43db901b50575daf978621384264d5c0131ecf06 (diff) | |
Use version.cc contents instead of DVDOMATIC_VERSION.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
