diff arm/simple_idct_neon.S @ 8507:779a9c93bf61 libavcodec

ARM: work around linker bug with movw/movt relocations in shared libs
author mru
date Tue, 30 Dec 2008 03:13:52 +0000
parents 1a629032b24a
children c65cfd4ad000
line wrap: on
line diff
--- a/arm/simple_idct_neon.S	Tue Dec 30 03:13:40 2008 +0000
+++ b/arm/simple_idct_neon.S	Tue Dec 30 03:13:52 2008 +0000
@@ -239,8 +239,7 @@
         pld             [\data]
         pld             [\data, #64]
         vpush           {d8-d15}
-        movw            r3, #:lower16:idct_coeff_neon
-        movt            r3, #:upper16:idct_coeff_neon
+        movrel          r3,  idct_coeff_neon
         vld1.64         {d0,d1}, [r3,:128]
         .endm