ffmpeg/libswscale/x86
Thomas Köppe 43171a2a73 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>
2017-11-13 03:58:34 +01:00
..
Makefile build: Generalize yasm/nasm-related variable names 2017-06-21 17:00:29 -03:00
hscale_fast_bilinear_simd.c
input.asm
output.asm
rgb2rgb.c
rgb2rgb_template.c build: Generalize yasm/nasm-related variable names 2017-06-21 17:00:29 -03:00
scale.asm Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2' 2017-10-21 12:15:57 -03:00
swscale.c Fix missing used attribute for inline assembly variables 2017-11-13 03:58:34 +01:00
swscale_template.c
w64xmmtest.c
yuv2rgb.c
yuv2rgb_template.c