On Sun, Oct 05, 2014 at 11:17:05AM +1100, Matt Oliver wrote:
> >
> > Patch welcome. I don't want to add things I can't easily test
>
>
> Updated patch with additional flags set for msvc/icl aswell. Also set it so
> it is only explicitly enabled on 32 bit builds as it is used by default on
> 64bit
>
> Patch welcome. I don't want to add things I can't easily test
Updated patch with additional flags set for msvc/icl aswell. Also set it so
it is only explicitly enabled on 32 bit builds as it is used by default on
64bit anyway.
Tested on both mingw and msvc (and obviously all works fine).
00
On 28.09.2014 10:49, Reimar Döffinger wrote:
Note the documentation for that option:
The /LARGEADDRESSAWARE option tells the linker that the application can
handle addresses larger than 2 gigabytes.
This flag is _only_ used to signal that an application can deal
with addresses that use more tha
On 28.09.2014, at 11:12, Matt Oliver wrote:
> On 28 September 2014 18:49, Reimar Döffinger
> wrote:
>
>> On Sun, Sep 21, 2014 at 10:17:15AM +0100, Reimar Döffinger wrote:
>>> Allows 32 bit version of FFmpeg to use up to 4 GB of RAM
>>> instead of just 2 GB on Windows if the OS can provide it.
>>
On 28 September 2014 18:49, Reimar Döffinger
wrote:
> On Sun, Sep 21, 2014 at 10:17:15AM +0100, Reimar Döffinger wrote:
> > Allows 32 bit version of FFmpeg to use up to 4 GB of RAM
> > instead of just 2 GB on Windows if the OS can provide it.
>
> Any other comments?
> Note the documentation for t
On Sun, Sep 21, 2014 at 10:17:15AM +0100, Reimar Döffinger wrote:
> Allows 32 bit version of FFmpeg to use up to 4 GB of RAM
> instead of just 2 GB on Windows if the OS can provide it.
Any other comments?
Note the documentation for that option:
> The /LARGEADDRESSAWARE option tells the linker that
On 21 September 2014 10:46:33 GMT+01:00, wm4 wrote:
>On Sun, 21 Sep 2014 10:17:15 +0100
>Reimar Döffinger wrote:
>
>> Allows 32 bit version of FFmpeg to use up to 4 GB of RAM
>> instead of just 2 GB on Windows if the OS can provide it.
>>
>> Signed-off-by: Reimar Döffinger
>> ---
>> configure
On Sun, 21 Sep 2014 10:17:15 +0100
Reimar Döffinger wrote:
> Allows 32 bit version of FFmpeg to use up to 4 GB of RAM
> instead of just 2 GB on Windows if the OS can provide it.
>
> Signed-off-by: Reimar Döffinger
> ---
> configure | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/conf