diff options
author | Mans Rullgard <mans@mansr.com> | 2011-05-29 14:22:52 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-05-29 15:42:56 +0100 |
commit | 371266daa3df35c424203fff0ce2e6de0e33a29d (patch) | |
tree | 0d855cfc3896f9083c3e532195976ca291f6fce8 /libavcodec/arm/asm.S | |
parent | 7a70e01b267b499d92fda68724d311c94cd76b26 (diff) | |
download | ffmpeg-371266daa3df35c424203fff0ce2e6de0e33a29d.tar.gz |
ARM: enable UAL syntax in asm.S
This enables UAL syntax for all asm files instead of only those
which happen to be incompatible with the old, deprecated syntax.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/asm.S')
-rw-r--r-- | libavcodec/arm/asm.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/arm/asm.S b/libavcodec/arm/asm.S index 6e3d7881dd..8d7fe98614 100644 --- a/libavcodec/arm/asm.S +++ b/libavcodec/arm/asm.S @@ -26,6 +26,8 @@ # define ELF @ #endif + .syntax unified + .macro require8 val=1 ELF .eabi_attribute 24, \val .endm |