ffmpeg/libswscale/x86
Andreas Cadhalpun 884cd3caa5 swscale: save ebx register when it is not available
Configure checks if the ebx register can be used for asm and it has to
be saved if and only if this is not the case.
Without this the build fails when configuring with --toolchain=hardened
--disable-pic on i386 using gcc 4.8:
error: PIC register clobbered by '%ebx' in 'asm'

In that case gcc 4.8 reserves the ebx register for the GOT needed for
PIE, so it can't be used in asm directly.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
(cherry picked from commit 319438e2f206036ee0cddf401dd50f3b2a3ae117)
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2017-01-26 02:22:09 +01:00
..
hscale_fast_bilinear_simd.c swscale: save ebx register when it is not available 2017-01-26 02:22:09 +01:00
input.asm
Makefile
output.asm Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 2016-06-21 21:55:34 +02:00
rgb2rgb_template.c asm: FF_-prefix internal macros used in inline assembly 2016-06-27 17:21:18 +02:00
rgb2rgb.c Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50' 2016-06-26 15:53:00 +02:00
scale.asm Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 2016-06-21 21:55:34 +02:00
swscale_template.c asm: FF_-prefix internal macros used in inline assembly 2016-06-27 17:21:18 +02:00
swscale.c swscale: add support for P010LE/BE output 2016-08-31 13:19:46 +02:00
w64xmmtest.c
yuv2rgb_template.c
yuv2rgb.c Drop pointless assert.h #includes 2016-05-03 15:45:10 +02:00