[FFmpeg-cvslog] avutil/mem: Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.

2017-12-02 Thread Thomas Köppe
ffmpeg | branch: master | Thomas Köppe | Tue Nov 14 18:26:49 2017 +| [53c492640c6b4690715793372454194379093d21] | committer: Michael Niedermayer avutil/mem: Add DECLARE_ASM_ALIGNED macro for DJGPP architecture. The macro was added in 43171a2a738f5114768d34a7278e56e5fde714bc, but I forgot

[FFmpeg-cvslog] Fix missing used attribute for inline assembly variables

2017-11-12 Thread Thomas Köppe
ffmpeg | branch: master | Thomas Köppe | Sun Nov 12 16:24:37 2017 +| [43171a2a738f5114768d34a7278e56e5fde714bc] | committer: Michael Niedermayer Fix missing used attribute for inline assembly variables Variables used in inline assembly need to be marked with attribute((used)). Static