1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00
FFmpeg/libavutil/arm
Martin Storsjö 47e8d17132 arm: Suppress tags about used cpu arch and extensions
When all the codepaths using manually set .arch/.fpu code is
behind runtime detection, the elf attributes should be suppressed.

This allows tools to know that the final built binary doesn't
strictly require these extensions.

Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit dcae2e32f7)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-13 13:04:31 +01:00
..
asm.S arm: Suppress tags about used cpu arch and extensions 2015-03-13 13:04:31 +01:00
bswap.h
cpu.c avutil: turn arm setend into a cpuflag 2014-08-13 14:50:15 +02:00
cpu.h avutil: turn arm setend into a cpuflag 2014-08-13 14:50:15 +02:00
float_dsp_arm.h
float_dsp_init_arm.c
float_dsp_init_neon.c
float_dsp_init_vfp.c avutil/arm/float_dsp_init_vfp: replace restrict by av_restrict 2014-11-20 11:17:42 +01:00
float_dsp_neon.S
float_dsp_vfp.S armv6: Accelerate butterflies_float 2014-07-18 01:34:38 +03:00
intmath.h Merge commit '76ce9bd8e26dcb3652240a1072840ff4011d7cdc' 2015-02-21 11:15:32 +01:00
intreadwrite.h
Makefile
neontest.h
timer.h