diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-03 13:25:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-03 13:25:01 +0100 |
| commit | 5b1a55bc53c162f468843fee1c84880f44f28966 (patch) | |
| tree | 37eb31f3f71e827a56f709bb44bb3879c075b747 /wscript | |
| parent | 277245b37c7d7dfa1e64096492686a0ee6c80530 (diff) | |
Pass _FILE_OFFSET_BITS=64 to Linux builds to hopefully fix recovery with large MXF files.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ def configure(conf): conf.env.append_value('CXXFLAGS', '-DDVDOMATIC_POSIX') conf.env.append_value('CXXFLAGS', '-DPOSIX_LOCALE_PREFIX="%s/share/locale"' % conf.env['PREFIX']) conf.env.append_value('CXXFLAGS', '-DPOSIX_ICON_PREFIX="%s/share/dvdomatic"' % conf.env['PREFIX']) + conf.env.append_value('CXXFLAGS', '-D_FILE_OFFSET_BITS=64') boost_lib_suffix = '' boost_thread = 'boost_thread' conf.env.append_value('LINKFLAGS', '-pthread') |
