Re: [FFmpeg-devel] [PATCH] avutil: simplify LOCAL_ALIGNED macros

2016-07-20 Thread Michael Niedermayer
On Wed, Jul 20, 2016 at 11:25:15AM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > I went overzealous with cosmetics and added a space before a bracket, > obviously screwing up the macro in the process. > > configure| 10 -- > libavutil/internal.h | 22 ++--

[FFmpeg-devel] [PATCH] avutil: simplify LOCAL_ALIGNED macros

2016-07-20 Thread James Almer
Signed-off-by: James Almer --- I went overzealous with cosmetics and added a space before a bracket, obviously screwing up the macro in the process. configure| 10 -- libavutil/internal.h | 22 ++ 2 files changed, 10 insertions(+), 22 deletions(-) diff --

Re: [FFmpeg-devel] [PATCH] avutil: simplify LOCAL_ALIGNED macros

2016-07-20 Thread Michael Niedermayer
On Tue, Jul 19, 2016 at 10:48:16PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > configure| 10 -- > libavutil/internal.h | 22 ++ > 2 files changed, 10 insertions(+), 22 deletions(-) fails to build here CC libavcodec/dvenc.o In file

[FFmpeg-devel] [PATCH] avutil: simplify LOCAL_ALIGNED macros

2016-07-19 Thread James Almer
Signed-off-by: James Almer --- configure| 10 -- libavutil/internal.h | 22 ++ 2 files changed, 10 insertions(+), 22 deletions(-) diff --git a/configure b/configure index a220fa1..0c656af 100755 --- a/configure +++ b/configure @@ -1765,9 +1765,7 @@ ARCH_FE