diff options
author | Thomas Köppe <tkoeppe-at-google.com@ffmpeg.org> | 2017-11-12 16:24:37 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-11-13 03:58:34 +0100 |
commit | 43171a2a738f5114768d34a7278e56e5fde714bc (patch) | |
tree | 1a62d32327c279e9303a50e55a13416f3e102923 /libavcodec/libfdk-aacenc.c | |
parent | 1828c549c3ecd45d54ff03aee784b00a41f0e69e (diff) | |
download | ffmpeg-43171a2a738f5114768d34a7278e56e5fde714bc.tar.gz |
Fix missing used attribute for inline assembly variables
Variables used in inline assembly need to be marked with attribute((used)).
Static constants already were, via the define of DECLARE_ASM_CONST.
But DECLARE_ALIGNED does not add this attribute, and some of the variables
defined with it are const only used in inline assembly, and therefore
appeared dead. This change adds a macro DECLARE_ASM_ALIGNED that marks
variables as used.
This change makes FFMPEG work with Clang's ThinLTO.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/libfdk-aacenc.c')
0 files changed, 0 insertions, 0 deletions