[libav-devel] [PATCH 3/7] mem: add support for _aligned_malloc() as found on Windows

2012-06-18 Thread Mans Rullgard
From: Ronald S. Bultje rsbul...@gmail.com --- configure |4 +++- libavutil/mem.c |6 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/configure b/configure index a5d2787..f1f58a7 100755 --- a/configure +++ b/configure @@ -1049,6 +1049,7 @@ HAVE_LIST=

Re: [libav-devel] [PATCH 3/7] mem: add support for _aligned_malloc() as found on Windows

2012-06-18 Thread Martin Storsjö
On Mon, 18 Jun 2012, Mans Rullgard wrote: From: Ronald S. Bultje rsbul...@gmail.com --- configure |4 +++- libavutil/mem.c |6 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/configure b/configure index a5d2787..f1f58a7 100755 --- a/configure +++ b/configure @@

Re: [libav-devel] [PATCH 3/7] mem: add support for _aligned_malloc() as found on Windows

2012-06-18 Thread Kostya Shishkov
On Mon, Jun 18, 2012 at 02:37:02PM +0100, Mans Rullgard wrote: From: Ronald S. Bultje rsbul...@gmail.com --- configure |4 +++- libavutil/mem.c |6 ++ 2 files changed, 9 insertions(+), 1 deletion(-) probably OK ___ libav-devel

Re: [libav-devel] [PATCH 3/7] mem: add support for _aligned_malloc() as found on Windows

2012-06-18 Thread Måns Rullgård
Martin Storsjö mar...@martin.st writes: On Mon, 18 Jun 2012, Mans Rullgard wrote: From: Ronald S. Bultje rsbul...@gmail.com --- configure |4 +++- libavutil/mem.c |6 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/configure b/configure index

Re: [libav-devel] [PATCH 3/7] mem: add support for _aligned_malloc() as found on Windows

2012-06-18 Thread Janne Grunau
On 2012-06-18 14:37:02 +0100, Måns Rullgård wrote: From: Ronald S. Bultje rsbul...@gmail.com --- configure |4 +++- libavutil/mem.c |6 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/configure b/configure index a5d2787..f1f58a7 100755 --- a/configure

Re: [libav-devel] [PATCH 3/7] mem: add support for _aligned_malloc() as found on Windows

2012-06-18 Thread Martin Storsjö
On Mon, 18 Jun 2012, Måns Rullgård wrote: Martin Storsjö mar...@martin.st writes: On Mon, 18 Jun 2012, Mans Rullgard wrote: From: Ronald S. Bultje rsbul...@gmail.com --- configure |4 +++- libavutil/mem.c |6 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git

Re: [libav-devel] [PATCH 3/7] mem: add support for _aligned_malloc() as found on Windows

2012-06-18 Thread Sean McGovern
On Monday, June 18, 2012, Måns Rullgård m...@mansr.com wrote: Martin Storsjö mar...@martin.st writes: On Mon, 18 Jun 2012, Mans Rullgard wrote: From: Ronald S. Bultje rsbul...@gmail.com --- configure |4 +++- libavutil/mem.c |6 ++ 2 files changed, 9 insertions(+), 1

Re: [libav-devel] [PATCH 3/7] mem: add support for _aligned_malloc() as found on Windows

2012-06-18 Thread Måns Rullgård
Janne Grunau janne-li...@jannau.net writes: On 2012-06-18 14:37:02 +0100, Måns Rullgård wrote: From: Ronald S. Bultje rsbul...@gmail.com --- configure |4 +++- libavutil/mem.c |6 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/configure b/configure

Re: [libav-devel] [PATCH 3/7] mem: add support for _aligned_malloc() as found on Windows

2012-06-18 Thread Luca Barbato
On 06/18/2012 03:57 PM, Måns Rullgård wrote: I was going to suggest dropping the ${malloc_prefix} here. This feature exists so the standard allocator can be replaced by a custom one, and there's no reason why a custom allocator can't use the standard interface. Makes sense. lu -- Luca