From 5b1a55bc53c162f468843fee1c84880f44f28966 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 3 Jul 2013 13:25:01 +0100 Subject: Pass _FILE_OFFSET_BITS=64 to Linux builds to hopefully fix recovery with large MXF files. --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index dff00caef..76f6deb2b 100644 --- a/wscript +++ b/wscript @@ -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') -- cgit v1.2.3