Re: [FFmpeg-devel] [PATCH] Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.

2018-01-02 Thread Thomas Köppe
Oh, very true, I must have missed that -- thank you! On 2 January 2018 at 14:08, James Almer wrote: > On 1/2/2018 10:59 AM, Thomas Köppe wrote: > > Hello, > > > > Friendly ping, can I interest you in this patch? It seems like it fixes > an > > oversight that would be annoying for anyone trying t

Re: [FFmpeg-devel] [PATCH] Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.

2018-01-02 Thread James Almer
On 1/2/2018 10:59 AM, Thomas Köppe wrote: > Hello, > > Friendly ping, can I interest you in this patch? It seems like it fixes an > oversight that would be annoying for anyone trying to build FFMPEG for > DJGPP. > > Thanks! This seems to have been applied already. See commit 53c492640c6b46907157

Re: [FFmpeg-devel] [PATCH] Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.

2018-01-02 Thread Thomas Köppe
Hello, Friendly ping, can I interest you in this patch? It seems like it fixes an oversight that would be annoying for anyone trying to build FFMPEG for DJGPP. Thanks! On 14 November 2017 at 18:26, Thomas Köppe wrote: > The macro was added in 43171a2a738f5114768d34a7278e56e5fde714bc, but I > f

Re: [FFmpeg-devel] [PATCH] Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.

2017-12-02 Thread Michael Niedermayer
On Tue, Nov 14, 2017 at 06:26:49PM +, Thomas Köppe wrote: > The macro was added in 43171a2a738f5114768d34a7278e56e5fde714bc, but I forgot > to add it to the DJGPP architecture in that change. > --- > libavutil/mem.h | 1 + > 1 file changed, 1 insertion(+) will apply unless someone else is fa

[FFmpeg-devel] [PATCH] Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.

2017-11-14 Thread Thomas Köppe
The macro was added in 43171a2a738f5114768d34a7278e56e5fde714bc, but I forgot to add it to the DJGPP architecture in that change. --- libavutil/mem.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/mem.h b/libavutil/mem.h index 9e344bd2c3..7e0b12a8a7 100644 --- a/libavutil/mem.h +++