aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/mpegvideo_armv5te_s.S
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-05-29 14:22:52 +0100
committerMans Rullgard <mans@mansr.com>2011-05-29 15:42:56 +0100
commit371266daa3df35c424203fff0ce2e6de0e33a29d (patch)
tree0d855cfc3896f9083c3e532195976ca291f6fce8 /libavcodec/arm/mpegvideo_armv5te_s.S
parent7a70e01b267b499d92fda68724d311c94cd76b26 (diff)
downloadandroid_external_ffmpeg-371266daa3df35c424203fff0ce2e6de0e33a29d.tar.gz
android_external_ffmpeg-371266daa3df35c424203fff0ce2e6de0e33a29d.tar.bz2
android_external_ffmpeg-371266daa3df35c424203fff0ce2e6de0e33a29d.zip
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/mpegvideo_armv5te_s.S')
-rw-r--r--libavcodec/arm/mpegvideo_armv5te_s.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/mpegvideo_armv5te_s.S b/libavcodec/arm/mpegvideo_armv5te_s.S
index 6473926c0e..e83fe991e6 100644
--- a/libavcodec/arm/mpegvideo_armv5te_s.S
+++ b/libavcodec/arm/mpegvideo_armv5te_s.S
@@ -95,7 +95,7 @@ function ff_dct_unquantize_h263_armv5te, export=1
strh lr, [r0], #2
subs r3, r3, #8
- ldrgtd r4, [r0, #0] /* load data early to avoid load/use pipeline stall */
+ ldrdgt r4, [r0, #0] /* load data early to avoid load/use pipeline stall */
bgt 1b
adds r3, r3, #2