diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-03 13:34:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-03 13:35:02 +0200 |
commit | 7e5496fc41810825657e0a21fb5dcc3081ca1c5a (patch) | |
tree | 7fde66107274ff5ff04526618161a67919d9a0bd /libavutil/arm/asm.S | |
parent | 695f0869395ef3db624dca9d117dd40c74a7c3b1 (diff) | |
parent | 51a15ed7406f73aed0986de26e16578e55ce0da3 (diff) | |
download | ffmpeg-7e5496fc41810825657e0a21fb5dcc3081ca1c5a.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ARM: use numeric ID for Tag_ABI_align_preserved
segment: Pass the interrupt callback on to the chained AVFormatContext, too
ARM: bswap: drop armcc version of av_bswap16()
ARM: set Tag_ABI_align_preserved in all asm files
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/arm/asm.S')
-rw-r--r-- | libavutil/arm/asm.S | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libavutil/arm/asm.S b/libavutil/arm/asm.S index 449077c1ab..bb7c383875 100644 --- a/libavutil/arm/asm.S +++ b/libavutil/arm/asm.S @@ -52,14 +52,7 @@ .syntax unified T .thumb - -.macro require8 val=1 -ELF .eabi_attribute 24, \val -.endm - -.macro preserve8 val=1 -ELF .eabi_attribute 25, \val -.endm +ELF .eabi_attribute 25, 1 @ Tag_ABI_align_preserved .macro function name, export=0 .set .Lpic_idx, 0 |