From f6b0d2b5460baf97cb01a674a5e90b0eb3dd8ae5 Mon Sep 17 00:00:00 2001 From: Joris van Rantwijk Date: Tue, 31 Dec 2013 20:07:46 +0100 Subject: [PATCH] Support large output files. --- AudioOutput.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AudioOutput.cc b/AudioOutput.cc index 67be008..6a8b0c0 100644 --- a/AudioOutput.cc +++ b/AudioOutput.cc @@ -1,4 +1,6 @@ +#define _FILE_OFFSET_BITS 64 + #include #include #include