diff options
author | Mans Rullgard <mans@mansr.com> | 2012-10-02 16:00:48 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-10-02 19:47:56 +0100 |
commit | 5e826fd65e6e8385a196aa0fdb01f60cfb0b55b6 (patch) | |
tree | f5b211b68d728508a008f0ca12ad41dcf2fa32e9 /libavcodec/arm/int_neon.S | |
parent | 7bda4ed780c23c4bd50cf9ccd91f235e67ab0eae (diff) | |
download | ffmpeg-5e826fd65e6e8385a196aa0fdb01f60cfb0b55b6.tar.gz |
ARM: set Tag_ABI_align_preserved in all asm files
All our ARM asm preserves alignment so setting this attribute
in a common location is simpler. This removes numerous warnings
when linking with armcc.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/int_neon.S')
-rw-r--r-- | libavcodec/arm/int_neon.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/arm/int_neon.S b/libavcodec/arm/int_neon.S index 92cc518338..04208c2be9 100644 --- a/libavcodec/arm/int_neon.S +++ b/libavcodec/arm/int_neon.S @@ -21,7 +21,6 @@ #include "libavutil/arm/asm.S" - preserve8 .fpu neon function ff_scalarproduct_int16_neon, export=1 |