Re: [FFmpeg-devel] [PATCH 2/3] configure: Set large address aware.

2014-10-05 Thread Michael Niedermayer
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 anyway.

Re: [FFmpeg-devel] [PATCH 2/3] configure: Set large address aware.

2014-10-04 Thread Matt Oliver
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).

Re: [FFmpeg-devel] [PATCH 2/3] configure: Set large address aware.

2014-09-29 Thread Tobias Rapp
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

Re: [FFmpeg-devel] [PATCH 2/3] configure: Set large address aware.

2014-09-28 Thread Reimar Döffinger
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

Re: [FFmpeg-devel] [PATCH 2/3] configure: Set large address aware.

2014-09-28 Thread Reimar Döffinger
On 28.09.2014, at 11:12, Matt Oliver protogo...@gmail.com wrote: On 28 September 2014 18:49, Reimar Döffinger reimar.doeffin...@gmx.de 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

[FFmpeg-devel] [PATCH 2/3] configure: Set large address aware.

2014-09-21 Thread Reimar Döffinger
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 reimar.doeffin...@gmx.de --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 2c6db81..dec1cfc 100755 ---

Re: [FFmpeg-devel] [PATCH 2/3] configure: Set large address aware.

2014-09-21 Thread wm4
On Sun, 21 Sep 2014 10:17:15 +0100 Reimar Döffinger reimar.doeffin...@gmx.de 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 reimar.doeffin...@gmx.de --- configure | 1 + 1 file

Re: [FFmpeg-devel] [PATCH 2/3] configure: Set large address aware.

2014-09-21 Thread Reimar Döffinger
On 21 September 2014 10:46:33 GMT+01:00, wm4 nfx...@googlemail.com wrote: On Sun, 21 Sep 2014 10:17:15 +0100 Reimar Döffinger reimar.doeffin...@gmx.de 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: